Overload List

  NameDescription
Public methodColumnArray(ILPMatrix, Int32)
Creates and returns an array of a number of columns from an LP matrix.
Public methodColumnArray(IObjective, array<Double>[]()[][])
Creates and returns an array of columns from the specified objective and array of values.
Public methodColumnArray(IRange, array<Double>[]()[][])
Creates and returns an array of columns from the specified range and array of values.
Public methodColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][])
Creates and returns an array of columns suitable for adding new variables as columns in an LP matrix.
Public methodColumnArray(IObjective, array<Double>[]()[][], Int32, Int32)
Creates and returns an array of a number of columns, starting from the specified index, of the specified objective and the corresponding array of values.
Public methodColumnArray(IRange, array<Double>[]()[][], Int32, Int32)
Creates and returns an array of a number of columns, starting from the specified index of the range and corresponding array of values.

See Also