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.
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.
public virtual IloIntSet IntSet(int,int);
Creates and returns a set of integers populated by values
, an array of integers.
public virtual IloIntSet IntSet(int[]);