Overload List

  NameDescription
Public methodColumn(ILPMatrix)
Creates and returns a column from an LP matrix.
Public methodColumn(IObjective, Double)
Creates and returns a column from the specified objective and value.
Public methodColumn(IRange, Double)
Creates and returns a column from the specified range and value.
Public methodColumn(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][])
Creates and returns a column from part of an LP matrix, using the specified indices and values.
Public methodColumn(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.

See Also