Overload List
| Name | Description | |
|---|---|---|
| NumVarArray(Int32, Double, Double) |
Creates an array of numeric variables, all with the same upper
and lower bound.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][]) |
Creates an array of numeric variables with individually specified upper
and lower bounds.
| |
| NumVarArray(ColumnArray, Double, Double) |
Creates and returns an array of numeric variables representing
an array of columns with a specified lower and upper bound.
| |
| NumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][]) |
Creates and returns an array of numeric variables representing
an array of columns with individually specified lower and upper bounds.
| |
| NumVarArray(Int32, Double, Double, NumVarType) |
Creates and returns an array of numeric variables, all with same
specified bounds, all of the same type.
| |
| NumVarArray(Int32, Double, Double, array<String>[]()[][]) |
Creates an array of numeric variables, all with the same upper and
lower bound, but with individually specified names.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][]) |
Creates and returns an array of numeric variables with individual
bounds and types.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<String>[]()[][]) |
Creates an array of numeric variables, each with individually specified
upper bound, lower bound, and name.
| |
| NumVarArray(ColumnArray, Double, Double, NumVarType) |
Creates and returns an array of numeric variables representing
an array of columns with specified lower and upper bounds
as well as type.
| |
| NumVarArray(ColumnArray, Double, Double, array<String>[]()[][]) |
Creates and returns an array of numeric variables representing
an array of columns with a lower and upper bound
as well as individually specified names.
| |
| NumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][]) |
Creates and returns an array of numeric variables representing
an array of columns with individually specified lower and upper bounds
as well as individual types.
| |
| NumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<String>[]()[][]) |
Creates and returns an array of numeric variables representing
an array of columns with individually specified lower and upper bounds
as well as names.
| |
| NumVarArray(Int32, Double, Double, NumVarType, array<String>[]()[][]) |
Creates and returns an array of numeric variables, all with same
specified bounds, all with same type, and individual names.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][]) |
Creates and returns an array of numeric variables, all with
individual specified bounds, types, and names.
| |
| NumVarArray(ColumnArray, Double, Double, NumVarType, array<String>[]()[][]) |
Creates and returns an array of numeric variables representing
an array of columns with specified lower and upper bounds
as well as a type and individual names.
| |
| NumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][]) |
Creates and returns an array of numeric variables representing
an array of columns with individually specified lower and upper bounds
as well as individual types and individual names.
|