(See the class Set<Integer> below.)
Definition at line 104 of file hamiltonian_path.h.
Public Member Functions | |
| ElementIterator (Set set) | |
| bool | operator!= (const ElementIterator &other) const |
| int | operator * () const |
| Returns the smallest element in the current_set_. More... | |
| const ElementIterator & | operator++ () |
| Advances the iterator by removing its smallest element. More... | |
|
inlineexplicit |
Definition at line 106 of file hamiltonian_path.h.
|
inline |
Returns the smallest element in the current_set_.
Definition at line 112 of file hamiltonian_path.h.
|
inline |
Definition at line 107 of file hamiltonian_path.h.
|
inline |
Advances the iterator by removing its smallest element.
Definition at line 115 of file hamiltonian_path.h.