Removes a range of rows from the LP matrix.
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);