SatSolution.RestartCount Property

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

Gets the number of restarts that occur during a search.

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

Syntax

'Declaration
Public ReadOnly Property RestartCount As Integer
public int RestartCount { get; }
public:
property int RestartCount {
    int get ();
}
member RestartCount : int
function get RestartCount () : int

Property Value

Type: System.Int32
The number of restarts that occur during a search.

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace