ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveCols Method (Int32[])

Removes a set of columns from the invoking LP matrix.

void RemoveCols(
   int[] ind
);

Parameters

ind
An array containing the indices of the columns to be removed.

Remarks

The indices of columns to be removed are specified in the array ind. Columns that are not removed remain in their original order but are assigned new column indices from 0 (zero) to getNcols-1.

See Also

ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.RemoveCols Overload List