Creates and returns an array of integer variables representing
an array of columns with individually specified integer lower
and upper bounds as well as individually specified names.
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, string[] name ) |
| Visual Basic |
|---|
Public Overridable Function IntVarArray ( _ cols As ColumnArray, _ lb As Integer(), _ ub As Integer(), _ name As String() _ ) As IIntVar() |
Parameters
- cols
- Type: ILOG.Concert..::..ColumnArray
- lb
- Type: array<System..::..Int32>[]()[][]
- ub
- Type: array<System..::..Int32>[]()[][]
- name
- Type: array<System..::..String>[]()[][]