ILOG CPLEX .NET Reference Manual

IMPModeler.ColumnArray Method (ILPMatrix, Int32)

Creates an ColumnArray object suitable for adding new variables to an ILPMatrix as empty columns.

ColumnArray ColumnArray(
   ILPMatrix lp,
   int num
);

Parameters

lp
The ILPMatrix object for which to create the new column.
num
The size of the new column array term to create.

Return Value

An ColumnArray object suitable for creating num empty columns to the ILPMatrix.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.ColumnArray Overload List