adapts cycle to have begin and end pointing to edge collection More...
#include <2_local_search_solution_adapter.hpp>
Public Types | |
typedef Cycle::vertex_iterator | vertex_iterator |
typedef data_structures::vertex_to_edge_iterator < vertex_iterator > | Iterator |
Public Member Functions | |
two_local_search_adapter (Cycle &cm) | |
constructor More... | |
Iterator | begin () const |
Edges begin. More... | |
Iterator | end () const |
Edges end. More... | |
Cycle & | get_cycle () |
gets adopted cycle More... | |
const Cycle & | get_cycle () const |
gets adopted cycle const version More... | |
adapts cycle to have begin and end pointing to edge collection
Cycle |
Definition at line 28 of file 2_local_search_solution_adapter.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
gets adopted cycle const version
Definition at line 72 of file 2_local_search_solution_adapter.hpp.