ConstraintSystem.MaxFinite Property

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

Gets the maximum integer value for the CSP solver.

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

Syntax

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

Property Value

Type: System.Int32
The maximum integer value for the CSP solver.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace