Remove a range of columns from the LP matrix.
Remove a range of columns from the LP matrix.
void RemoveCols(int,int);
Removes a set of columns from the invoking LP matrix.
void RemoveCols(int[]);
Removes a set of columns from the invoking LP matrix.
void RemoveCols(int[],int,int);