![]() |
OR-Tools
9.6
|
Class to arrange indices by their distance and their angle from the depot.
Used in the Sweep first solution heuristic.
Definition at line 1245 of file routing_search.h.
Public Member Functions | |
| SweepArranger (const std::vector< std::pair< int64_t, int64_t >> &points) | |
| virtual | ~SweepArranger () |
| void | ArrangeIndices (std::vector< int64_t > *indices) |
| void | SetSectors (int sectors) |
|
explicit |
Definition at line 3923 of file routing_search.cc.
|
inlinevirtual |
Definition at line 1249 of file routing_search.h.
| void ArrangeIndices | ( | std::vector< int64_t > * | indices | ) |
Definition at line 3934 of file routing_search.cc.
|
inline |
Definition at line 1251 of file routing_search.h.