ConstraintSystem.CreateVariable Method

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

Creates a variable.

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 method CreateVariable(CspComposite) Creates a composite variable with an auto-generated key.
Public method CreateVariable(CspDomain) Creates a finite variable with a given domain and auto-generated key.
Public method CreateVariable(CspComposite, Object) Creates a composite variable with the specified domain and key.
Public method CreateVariable(CspDomain, Object) Creates a finite variable with the specified domain and key.

Top

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace