CspSetOperators.SubsetEq Method

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

Creates a term that indicates whether a set is a subset of another set.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member SubsetEq(ConstraintSystem, CspTerm, CspTerm) Creates a term that indicates if a set variable is a subset of another set variable.
Public methodStatic member SubsetEq(ConstraintSystem, CspTerm, Int32()) Creates a term that indicates if a set variable is a subset of another set.
Public methodStatic member SubsetEq(ConstraintSystem, Int32(), CspTerm) Creates a term that indicates if a set if a subset of a set variable.

Top

See Also

Reference

CspSetOperators Class

Microsoft.SolverFoundation.Solvers Namespace