Closed form distance formula for the balanced multiple travelling salesmen
Wolfgang Garn

TL;DR
This paper introduces a closed-form formula for the mTSP distance based on the number of vehicles and customers, and compares heuristics for balancing routes, providing both theoretical and empirical insights.
Contribution
It presents a novel closed-form formula for mTSP distances and compares heuristics, enhancing understanding of route balancing and distance estimation.
Findings
Nearest node heuristic is about 1% better in solution quality.
Distance grows approximately linearly with the number of vehicles.
Distance is nearly proportional to the square root of the number of customers.
Abstract
As a first contribution the mTSP is solved using an exact method and two heuristics, where the number of nodes per route is balanced. The first heuristic uses a nearest node approach and the second assigns the closest vehicle (salesman). A comparison of heuristics with test-instances being in the Euclidean plane showed similar solution quality and runtime. On average, the nearest node solutions are approximately one percent better. The closest vehicle heuristic is especially important when the nodes (customers) are not known in advance, e.g. for online routing. Whilst the nearest node is preferable when one vehicle has to be used multiple times to service all customers. The second contribution is a closed form formula that describes the mTSP distance dependent on the number of vehicles and customers. Increasing the number of salesman results in an approximately linear distance growth…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Transportation Planning and Optimization · Transportation and Mobility Innovations
