Overview | Group | Tree | Graph | Index | Concepts |
IloSolution
in the pool.
An instance of this class is an iterator capable of traversing
all instances of IloSolution
contained
in the pool.
Constructor Summary | |
---|---|
public | Iterator(IloSolutionPool pool) |
Method Summary | |
---|---|
public IloBool | ok() const |
public IloSolution | operator*() const |
public Iterator & | operator++() |
Constructor Detail |
---|
This constructor creates an iterator to traverse the
pool pool
.
Method Detail |
---|
This operator returns true if and only if items remain to be scanned.
This operator returns the current element,
the IloSolution
to which the invoking iterator points.
This operator advances the iterator to the next pool element and returns a reference to the invoking iterator.