ILOG CPLEX .NET Reference Manual

IloIntSet.Remove Method (Int32)

This method removes element from the invoking set Even if an element has been added multiple times, it is definitively removed by this method.

void Remove(
   int element
);

Parameters

element
The element to be removed from the invoking instance of IloIntSet.

See Also

IloIntSet Interface | ILOG.Concert Namespace | IloIntSet.Remove Overload List