Overload List

  Name Description
Public method 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.
Public 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.
Public method Column(IRange, Double)
Creates an IColumn object suitable for adding a new variable to constraint rng as a linear term with coefficient val.
Public method 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.
Public 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.

See Also