C++ Reference: class SweepArranger

This documentation is automatically generated.

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

Return type: void

Arguments: std::vector<int64>* indices

SetSectors

Return type: void

Arguments: int sectors

SweepArranger

Return type: explicit

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

~SweepArranger

Return type: virtual