ConstraintSolverSolution.GetNext Method

[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 if the current instance is updated with the result of the next solution.

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

Syntax

'Declaration
Public Function GetNext As Boolean
public bool GetNext()
public:
bool GetNext()
member GetNext : unit -> bool 
public function GetNext() : boolean

Return Value

Type: System.Boolean
true if a solution was found; otherwise, false.

.NET Framework Security

See Also

Reference

ConstraintSolverSolution Class

Microsoft.SolverFoundation.Solvers Namespace