Overload List

  NameDescription
Public methodColumnArray(ILPMatrix, Int32)
Creates an ColumnArray object suitable for adding new variables to an ILPMatrix as empty columns.
Public methodColumnArray(IObjective, array<Double>[]()[][])
Creates an ColumnArray object suitable for adding new variables to the objective obj as linear terms with coefficients specified in val.
Public methodColumnArray(IRange, array<Double>[]()[][])
Creates an ColumnArray suitable for adding new variables to constraint rng as linear terms with coefficients specified in val.
Public methodColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][])
Creates an ColumnArray object suitable for adding new variables to an ILPMatrix as columns.
Public methodColumnArray(IObjective, array<Double>[]()[][], Int32, Int32)
Creates an ColumnArray object suitable for adding num new variables to the objective obj as linear terms with coefficients specified in val.
Public methodColumnArray(IRange, array<Double>[]()[][], Int32, Int32)
Creates an ColumnArray suitable for adding num new variables to constraint IRange as linear terms with coefficients specified in val.

See Also