Overload List

  Name Description
Public method ColumnArray(ILPMatrix, Int32)
Creates an IColumnArray object suitable for adding new variables to an ILPMatrix as empty columns.
Public method ColumnArray(IObjective, array<Double>[]()[][])
Creates an IColumn object suitable for adding a new variable to the objective obj as a linear term with coefficient val.
Public method ColumnArray(IRange, array<Double>[]()[][])
Creates an IColumn object suitable for adding a new variable to constraint rng as a linear term with coefficient val.
Public method ColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<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 ColumnArray(IObjective, array<Double>[]()[][], Int32, Int32)
Creates an IColumnArray object suitable for adding num new variables to the objective obj as linear terms with coefficients specified in val.
Public method ColumnArray(IRange, array<Double>[]()[][], Int32, Int32)
Creates an IColumnArray suitable for adding num new variables to constraint IRange as linear terms with coefficients specified in val.

See Also