ILOG CPLEX .NET Reference Manual

IloIntSetVar.IsPossible Method 

This methods returns an indication of whether or not the given element is a possible member of the invoking set variable.

bool IsPossible(
   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