FRAMES NO FRAMES

Class IloAnyTupleSetIterator

Definition file: ilconcert/ilotupleset.h
Iterator to traverse enumerated values of a tuple-set.

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 IloAnyArrayoperator*() const
Constructor Detail

IloAnyTupleSetIterator

public IloAnyTupleSetIterator(const IloEnv env, IloAnyTupleSet tset)

This constructor creates an iterator associated with tSet to traverse its elements.


Method Detail

operator*

public IloAnyArray operator*() const

This operator returns the current element, the one to which the invoking iterator points.