Overload List
| Name | Description | |
|---|---|---|
| ColumnArray(ILPMatrix, Int32) |
Creates an ColumnArray object suitable for adding new
variables to an ILPMatrix as empty columns.
| |
| ColumnArray(IObjective, array<Double>[]()[][]) |
Creates an ColumnArray object suitable for adding new
variables to the objective obj as linear terms with
coefficients specified in val.
| |
| ColumnArray(IRange, array<Double>[]()[][]) |
Creates an ColumnArray suitable for adding new variables
to constraint rng as linear terms with coefficients specified
in val.
| |
| ColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][]) |
Creates an ColumnArray object suitable for adding new
variables to an ILPMatrix as columns.
| |
| ColumnArray(IObjective, array<Double>[]()[][], Int32, Int32) |
Creates an ColumnArray object suitable for adding
num new variables to the objective obj as
linear terms with coefficients specified in val.
| |
| ColumnArray(IRange, array<Double>[]()[][], Int32, Int32) |
Creates an ColumnArray suitable for adding
num new variables to constraint IRange as
linear terms with coefficients specified in val.
|