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

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A finite variable with a given domain and auto-generated key.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

CreateVariable Overload

Microsoft.SolverFoundation.Solvers Namespace