Route optimizer
Plan a shorter delivery run
Enter your stops (or use the seeded run), then optimize the order with a nearest-neighbour + 2-opt heuristic. We measure the great-circle distance saved against driving the stops exactly as entered.
◆
2
3
4
5
6
7
8
9
Columns: label · longitude · latitude (decimal degrees). The first row ◆ is the depot.
Hit Optimize route to see the shortest order, the schematic map, and the distance saved.
Heuristic optimization — nearest-neighbour seed refined by 2-opt. Finds a strong local optimum quickly, not a guaranteed global shortest tour. Distances are great-circle estimates; validate against real road/telematics data before dispatch.