Overload List
| Name | Description | |
|---|---|---|
|
|
Column(ILPMatrix) |
Creates an IColumn object suitable for adding a new
variable to an LP matrix as an empty column. Note, that the column of
the LP matrix is only created when creating a variable with the returned
IColumn object but not when calling this method.
|
|
|
Column(IObjective, Double) |
Creates an IColumn object suitable for adding a new
variable to the objective obj as a linear term with
coefficient val.
|
|
|
Column(IRange, Double) |
Creates an IColumn 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 IColumn object suitable for adding a new
variable to an LP matrix as a new column. Note, that the column of the
LP matrix is only created when creating a variable with the returned
IColumn object but not when calling this method.
|
|
|
Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][], Int32, Int32) |
Creates an IColumn object suitable for adding a new
variable to an LP matrix as a new column. Note, that the column of the
LP matrix is only created when creating a variable with the returned
IColumn object but not when calling this method.
|