ConstraintSystem.DefaultInterval Property

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

Gets a domain that represents the minimum to maximum finite values supported by a solver.

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

Syntax

'Declaration
Public ReadOnly Property DefaultInterval As CspDomain
public CspDomain DefaultInterval { get; }
public:
property CspDomain^ DefaultInterval {
    CspDomain^ get ();
}
member DefaultInterval : CspDomain
function get DefaultInterval () : CspDomain

Property Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain that represents the minimum to maximum finite values supported by a solver.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace