Overload List
| Name | Description | |
|---|---|---|
| Column(ILPMatrix) |
Creates and returns a column from an LP matrix.
| |
| Column(IObjective, Double) |
Creates and returns a column from the specified objective and value.
| |
| Column(IRange, Double) |
Creates and returns a column from the specified range and value.
| |
| Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][]) |
Creates and returns a column from part of an LP matrix, using
the specified indices and values.
| |
| Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][], Int32, Int32) |
Creates and returns a column suitable for adding a number of
variables to an LP matrix, using a number of
the specified indices and values, starting from the specified
index.
|