![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 109 of file hamiltonian_path.h.
#include <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_. | |
const ElementIterator & | operator++ () |
Advances the iterator by removing its smallest element. |
|
inlineexplicit |
Definition at line 111 of file hamiltonian_path.h.
|
inline |
Definition at line 112 of file hamiltonian_path.h.
|
inline |
Returns the smallest element in the current_set_.
Definition at line 117 of file hamiltonian_path.h.
|
inline |
Advances the iterator by removing its smallest element.
Definition at line 120 of file hamiltonian_path.h.