Creates and returns a new Boolean variable (domain 0,1) with its name.

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll)

Syntax

C#
IIntVar BoolVar(
	string name
)
Visual Basic
Function BoolVar ( _
	name As String _
) As IIntVar

Parameters

name
Type: System..::..String
The name of the variable.

Remarks