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

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

Syntax

C#
IIntVar BoolVar(
	string name
)

Parameters

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

Remarks