Returns a new array of n integer variables
with the specified bounds.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
IIntVar[] IntVarArray( int n, int min, int max ) |
Parameters
- n
- Type: System..::..Int32
- min
- Type: System..::..Int32
The lower bound of the new modeling variable.
- max
- Type: System..::..Int32
The upper bound of the new modeling variable.