ILOG CPLEX .NET Reference Manual

CplexModeler.IntSet Method

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.

Overload List

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[]);

See Also

CplexModeler Class | ILOG.CPLEX Namespace