ConstraintSystem.Empty Property

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

Gets a domain with the empty set.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain with the empty set.

Exceptions

Exception Condition
InvalidOperationException

An attempt was made to retrieve the first or last values of the domain.

Remarks

The Count property for this domain is zero.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace