ILOG CPLEX .NET Reference Manual

IloIntSetVar.RemovePossible Method 

Removes a possible element from the invoking set variable.

void RemovePossible(
   int element
);

Remarks

Conventionally, a set is defined by two other sets: its required elements and its possible elements.

See Also

IloIntSetVar Interface | ILOG.Concert Namespace