NO FRAMES

Class IloIntTupleSetIterator

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

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 in the ILOG CP Optimizer Reference Manual and the ILOG Solver Reference Manual.

Constructor Summary
public IloIntTupleSetIterator(const IloEnv env, IloIntTupleSet tset)
Method Summary
public IloIntArrayoperator *() const
Constructor Detail

IloIntTupleSetIterator

public IloIntTupleSetIterator(const IloEnv env, IloIntTupleSet tset)

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


Method Detail

operator *

public IloIntArray operator *() const

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