![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Class to arrange indices by their distance and their angle from the depot. Used in the Sweep first solution heuristic.
Definition at line 1490 of file routing_search.h.
#include <routing_search.h>
Public Member Functions | |
| SweepArranger (absl::Span< const std::pair< int64_t, int64_t > > points) | |
| SweepArranger (const SweepArranger &)=delete | |
| SweepArranger & | operator= (const SweepArranger &)=delete |
| virtual | ~SweepArranger ()=default |
| void | ArrangeIndices (std::vector< int64_t > *indices) |
| void | SetSectors (int sectors) |
|
explicit |
Definition at line 4892 of file routing_search.cc.
|
delete |
|
virtualdefault |
| void operations_research::SweepArranger::ArrangeIndices | ( | std::vector< int64_t > * | indices | ) |
Definition at line 4903 of file routing_search.cc.
|
delete |
|
inline |
Definition at line 1500 of file routing_search.h.