ILOG CPLEX .NET Reference Manual

IMPModeler.Column Method (ILPMatrix)

Creates an Column object suitable for adding a new variable to an LP matrix as an empty column.

Column Column(
   ILPMatrix lp
);

Parameters

lp
The ILPMatrix object for which to create the new column.

Return Value

The new Column object.

Remarks

Note, that the column of the LP matrix is only created when creating a variable with the returned Column object but not when calling this method.

See Also

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