ConstraintProgrammingDirective.RestartEnabled Property

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

Gets or sets a value indicating whether to enable the solver to restart.

Namespace:  Microsoft.SolverFoundation.Services
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 a solver is enabled to restart; otherwise, false.

Remarks

The solver can be enabled to restart from the beginning if no progress is made.

.NET Framework Security

See Also

Reference

ConstraintProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace