Overload List
| Name | Description | |
|---|---|---|
| ColumnArray(ILPMatrix, Int32) |
Creates and returns an array of a number of columns from an LP matrix.
| |
| ColumnArray(IObjective, array<Double>[]()[][]) |
Creates and returns an array of columns
from the specified objective and array of values.
| |
| ColumnArray(IRange, array<Double>[]()[][]) |
Creates and returns an array of columns from the
specified range and array of values.
| |
| ColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][]) |
Creates and returns an array of columns suitable for
adding new variables as columns in an LP matrix.
| |
| ColumnArray(IObjective, array<Double>[]()[][], Int32, Int32) |
Creates and returns an array of a number of columns,
starting from the specified index,
of the specified objective and the corresponding array of values.
| |
| ColumnArray(IRange, array<Double>[]()[][], Int32, Int32) |
Creates and returns an array of a number of columns,
starting from the specified index of the
range and corresponding array of values.
|