ILOG CPLEX .NET Reference Manual

IloIntSetVar.AddRequired Method 

Adds a required element to the invoking set variable.

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