ILOG CPLEX .NET Reference Manual

IloIntSetVar.IsRequired Method 

Returns true if the given element is required by the invoking set variable and false if not.

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