Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#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. | |
Definition at line 103 of file hamiltonian_path.h.
|
inlineexplicit |
Definition at line 105 of file hamiltonian_path.h.
|
inline |
Definition at line 106 of file hamiltonian_path.h.
|
inline |
Returns the smallest element in the current_set_.
Definition at line 111 of file hamiltonian_path.h.
|
inline |
Advances the iterator by removing its smallest element.
Definition at line 114 of file hamiltonian_path.h.