Creates and returns a set of integers in which the minimum element is min
, the maximum element is max
, and all integers between min
and max
are included in the possible set.
The newly created set.
In other words, this method turns an interval of integers into a set of integers. Such a set of integers is useful, for example, in creating variables for which the values are sets of integers (that is, integer set variables).
CplexModeler Class | ILOG.CPLEX Namespace | CplexModeler.IntSet Overload List