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