ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveCols Method (Int32, Int32)

Remove a range of columns from the LP matrix.

void RemoveCols(
   int begin,
   int num
);

Parameters

begin
The index of the first column to be removed.
num
Number of columns to be removed.

Remarks

The remaining columns will be kept in the same order.

See Also

ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.RemoveCols Overload List