ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveRows Method (Int32, Int32)

Removes a range of rows from the LP matrix.

void RemoveRows(
   int start,
   int num
);

Parameters

start
The index of the first row to be removed.
num
The number of consecutive rows to be removed.

Remarks

The remaining rows will be kept in the same order.

See Also

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