ConstraintSolverParams.EnumerateInterimSolutions 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 to enumerate interim solutions or only optimal solutions.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property EnumerateInterimSolutions As Boolean
public bool EnumerateInterimSolutions { get; set; }
public:
property bool EnumerateInterimSolutions {
bool get ();
void set (bool value);
}
member EnumerateInterimSolutions : bool with get, set
function get EnumerateInterimSolutions () : boolean
function set EnumerateInterimSolutions (value : boolean)
Property Value
Type: System.Boolean
true to enumerate interim and optimal solutions; false to enumerate optimal solutions only. The default is true.
Remarks
The local search algorithm ignores this flag and always enumerates interim solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.