[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["The `SweepArranger` class arranges indices based on distance and angle from a central depot, primarily for the Sweep first solution heuristic in route optimization."],["It provides methods like `ArrangeIndices` to order indices and `SetSectors` to define angular sections for arrangement."],["This class utilizes a collection of points (likely representing locations) for its calculations, as indicated by its constructor."]]],["The `SweepArranger` class arranges indices based on their distance and angles from a depot, utilizing a sweep algorithm for initial solution heuristics. Key methods include: `ArrangeIndices`, which modifies a vector of indices; `SetSectors`, which defines the number of sectors for the arrangement; and `SweepArranger`, the constructor taking a vector of points. There is also a virtual destructor. It's designed to sort locations by relative position.\n"]]