ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveCols Method

Remove a range of columns from the LP matrix.

Overload List

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);

See Also

ILPMatrix Interface | ILOG.Concert Namespace