ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveRows Method (Int32[])

Removes a set of rows from the invoking LP matrix.

void RemoveRows(
   int[] ind
);

Parameters

ind
An array containing row indices of the rows to be removed.

Remarks

The indices of the rows to be removed are specified in the array ind. Rows that are not removed remain in their original order, but they are assigned new row indices from 0 to getNrows()-1.

See Also

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