Overview | Group | Tree | Graph | Index | Concepts |
An instance of the class IloIntTupleSetIterator
is an iterator that traverses
the elements of a finite set of tuples of enumerated values (instance of
IloIntTupleSet
).
See Also the classes IlcIntTupleSet
and IloNumTupleSet
in the ILOG Solver Reference Manual.
Constructor Summary | |
---|---|
public | IloIntTupleSetIterator(const IloEnv env, IloIntTupleSet tset) |
Method Summary | |
---|---|
public IloIntArray | operator *() const |
Constructor Detail |
---|
This constructor creates an iterator associated with tSet
to traverse its
elements.
Method Detail |
---|
This operator returns the current element, the one to which the invoking iterator points.