ConstraintSystem.CreateBooleanVector Method

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

Creates a vector of Boolean variable terms in a domain.

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

Syntax

'Declaration
Public Function CreateBooleanVector ( _
    key As Object, _
    length As Integer _
) As CspTerm()
public CspTerm[] CreateBooleanVector(
    Object key,
    int length
)
public:
array<CspTerm^>^ CreateBooleanVector(
    Object^ key, 
    int length
)
member CreateBooleanVector : 
        key:Object * 
        length:int -> CspTerm[] 
public function CreateBooleanVector(
    key : Object, 
    length : int
) : CspTerm[]

Parameters

Return Value

Type: array<Microsoft.SolverFoundation.Solvers.CspTerm[]
A vector of Boolean variable terms in a domain.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace