ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveRows Method

Removes a range of rows from the LP matrix.

Overload List

Removes a range of rows from the LP matrix.

void RemoveRows(int,int);

Removes a set of rows from the invoking LP matrix.

void RemoveRows(int[]);

Removes as set of rows from the invoking LP matrix.

void RemoveRows(int[],int,int);

See Also

ILPMatrix Interface | ILOG.Concert Namespace