ConstraintSolverParams.RestartEnabled 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 restarts are enabled.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property RestartEnabled As Boolean
public bool RestartEnabled { get; set; }
public:
property bool RestartEnabled {
bool get ();
void set (bool value);
}
member RestartEnabled : bool with get, set
function get RestartEnabled () : boolean
function set RestartEnabled (value : boolean)
Property Value
Type: System.Boolean
true if restarts are enabled; otherwise, false. The default is true.
.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.