ConstraintSystem.CreateBoolean Method

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

Creates a Boolean variable with an auto-generated key.

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

Syntax

'Declaration
Public Function CreateBoolean As CspTerm
public CspTerm CreateBoolean()
public:
CspTerm^ CreateBoolean()
member CreateBoolean : unit -> CspTerm 
public function CreateBoolean() : CspTerm

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A Boolean variable with an auto-generated key.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

CreateBoolean Overload

Microsoft.SolverFoundation.Solvers Namespace