ConstraintSolverSolution.HasFoundSolution Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value that indicates whether all solutions have been found.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property HasFoundSolution As Boolean
public bool HasFoundSolution { get; }
public:
property bool HasFoundSolution {
    bool get ();
}
member HasFoundSolution : bool
function get HasFoundSolution () : boolean

Property Value

Type: System.Boolean
true if all solutions have been found; otherwise, false.

.NET Framework Security

See Also

Reference

ConstraintSolverSolution Class

Microsoft.SolverFoundation.Solvers Namespace