Overview | Group | Tree | Graph | Index | Concepts |
An instance of the class IloAnyTupleSetIterator
is an iterator that traverses
the elements of a finite set of tuples of enumerated values (instance of
IloAnyTupleSet
).
See Also the class IlcAnyTupleSet
in the
IBM ILOG Solver Reference Manual.
Constructor Summary | |
---|---|
public | IloAnyTupleSetIterator(const IloEnv env, IloAnyTupleSet tset) |
Method Summary | |
---|---|
public IloAnyArray | 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.