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