Overload List

  NameDescription
Public methodColumn(ILPMatrix)
Creates an Column object suitable for adding a new variable to an LP matrix as an empty column.
Public methodColumn(IObjective, Double)
Creates an Column object suitable for adding a new variable to the objective obj as a linear term with coefficient val.
Public methodColumn(IRange, Double)
Creates an Column object suitable for adding a new variable to constraint rng as a linear term with coefficient val.
Public methodColumn(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][])
Creates an Column object suitable for adding a new variable to an LP matrix as a new column.
Public methodColumn(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.

See Also