ConstraintSystem.CreateVariable Method (CspDomain)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a finite variable with a given domain and auto-generated key.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function CreateVariable ( _
domain As CspDomain _
) As CspTerm
public CspTerm CreateVariable(
CspDomain domain
)
public:
CspTerm^ CreateVariable(
CspDomain^ domain
)
member CreateVariable :
domain:CspDomain -> CspTerm
public function CreateVariable(
domain : CspDomain
) : CspTerm
Parameters
- domain
Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain for the variable.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A finite variable with a given domain and auto-generated key.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.