![]() |
OR-Tools
8.2
|
Class to arrange indices by by their distance and their angles from the depot.
Used in the Sweep first solution heuristic.
Public Member Functions | |
SweepArranger (const std::vector< std::pair< int64, int64 >> &points) | |
virtual | ~SweepArranger () |
void | ArrangeIndices (std::vector< int64 > *indices) |
void | SetSectors (int sectors) |
|
explicit |
Definition at line 2976 of file routing.cc.
|
inlinevirtual |
void ArrangeIndices | ( | std::vector< int64 > * | indices | ) |
Definition at line 2986 of file routing.cc.