ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveRow Method 

Removes one row from the LP matrix.

void RemoveRow(
   int ind
);

Parameters

ind
The index of the row to be removed.

Remarks

The remaining rows will be kept in the same order.

See Also

ILPMatrix Interface | ILOG.Concert Namespace