ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveCols Method (Int32[], Int32, Int32)

Removes a set of columns from the invoking LP matrix.

void RemoveCols(
   int[] ind,
   int start,
   int num
);

Parameters

ind
An array containing the indices of the columns to be removed.
start
The first index in ind of the columns to be removed.
num
The number of indices in ind of the columns to be removed.

Remarks

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

See Also

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