ILOG CPLEX .NET Reference Manual

IloIntSetVar.AddPossible Method 

Adds a possible element to the invoking set variable.

void AddPossible(
   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