Overload List
| Name | Description | |
|---|---|---|
| Column(ILPMatrix) |
Creates an Column object suitable for adding a new
variable to an LP matrix as an empty column.
| |
| Column(IObjective, Double) |
Creates an Column object suitable for adding a new
variable to the objective obj as a linear term with
coefficient val.
| |
| Column(IRange, Double) |
Creates an Column object suitable for adding a new
variable to
constraint rng as a linear term with coefficient
val.
| |
| Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][]) |
Creates an Column object suitable for adding a new
variable to an LP matrix as a new column.
| |
| Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][], Int32, Int32) |
Creates an Column object suitable for adding a new
variable to an LP matrix as a new column.
|