ConstraintSystem.MinFinite Property

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

Gets the minimum integer value for a CSP solver.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace