A PTAS for the Min-Max Euclidean Multiple TSP
Mary Monroe (University of Maryland), David M. Mount (Dept. of, Computer Science, Inst. for Advanced Computer Studies at the University of, Maryland)

TL;DR
This paper introduces a PTAS for the Euclidean min-max multiple TSP, providing near-optimal solutions efficiently by extending Arora's Euclidean TSP approach with a novel rounding process.
Contribution
It develops a PTAS for the min-max multiple TSP in Euclidean space, extending Arora's dynamic programming method with a new balancing technique.
Findings
Achieves a (1 + ε)-approximation for the problem.
Provides an algorithm with runtime polynomial in n for fixed ε.
Introduces a rounding process to balance tour lengths.
Abstract
We present a polynomial-time approximation scheme (PTAS) for the min-max multiple TSP problem in Euclidean space, where multiple traveling salesmen are tasked with visiting a set of points and the objective is to minimize the maximum tour length. For an arbitrary , our PTAS achieves a -approximation in time . Our approach extends Sanjeev Arora's dynamic-programming (DP) PTAS for the Euclidean TSP (https://doi.org/10.1145/290179.290180). Our algorithm introduces a rounding process to balance the allocation of path lengths among the multiple salesman. We analyze the accumulation of error in the DP to prove that the solution is a -approximation.
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Advanced Graph Theory Research
