Creates and returns an array of n new Boolean variables (domain 0,1).

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

Syntax

C#
IIntVar[] BoolVarArray(
	int n,
	string[] name
)

Parameters

n
Type: System..::..Int32
name
Type: array<System..::..String>[]()[][]

Remarks

Variable i will be assigned the name name[i].

See Also