ILOG CPLEX .NET Reference Manual

ILPMatrix.RemoveColumn Method 

Removes one column from the LP matrix.

void RemoveColumn(
   int ind
);

Parameters

ind
The index of the column to be removed.

Remarks

The remaining columns will be kept in the same order.

See Also

ILPMatrix Interface | ILOG.Concert Namespace