C++ Reference: class SweepArranger

Note: This documentation is automatically generated.

Class to arrange indices by their distance and their angle from the depot. Used in the Sweep first solution heuristic.
Method
ArrangeIndices

Return type: void

Arguments: std::vector<int64_t>* indices

SetSectors

Return type: void

Arguments: int sectors

SweepArranger

Return type: explicit

Arguments: const std::vector<std::pair<int64_t, int64_t>>& points

~SweepArranger

Return type: virtual