ConstraintSystem.BacktrackCount 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 backtracks during a search.

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

Syntax

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

Property Value

Type: System.Int32
The number of backtracks during a search.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace