ILOG CPLEX .NET Reference Manual

IloIntSet.Remove Method

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

Overload List

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

This method removes an array of elements from the invoking set.

void Remove(int[]);

See Also

IloIntSet Interface | ILOG.Concert Namespace