Creates and returns an array of integer variables representing
an array of columns with individually specified integer lower
and upper bounds.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual IIntVar[] IntVarArray( ColumnArray cols, int[] lb, int[] ub ) |
| Visual Basic |
|---|
Public Overridable Function IntVarArray ( _ cols As ColumnArray, _ lb As Integer(), _ ub As Integer() _ ) As IIntVar() |
Parameters
- cols
- Type: ILOG.Concert..::..ColumnArray
- lb
- Type: array<System..::..Int32>[]()[][]
- ub
- Type: array<System..::..Int32>[]()[][]