Creates and returns a new integer variable with the specified bounds and a name.

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

Syntax

C#
IIntVar IntVar(
	int min,
	int max,
	string name
)

Parameters

min
Type: System..::..Int32
The minimum value of the variable.
max
Type: System..::..Int32
The maximum value of the variable.
name
Type: System..::..String
The name of the variable.

See Also