PTAS for k-tour cover problem on the plane for moderately large values of k
Anna Adamaszek, Artur Czumaj, Andrzej Lingas

TL;DR
This paper extends the range of k for which a polynomial-time approximation scheme (PTAS) exists for the k-tour cover problem in the plane, covering larger values of k than previously known.
Contribution
The authors develop a new PTAS for the k-tour cover problem applicable to all k up to 2^{log^{ ext{delta}} n}, significantly broadening the known range.
Findings
Established a PTAS for k up to 2^{log^{ ext{delta}} n}
Reduced the problem to smaller instances with O((k/ε)^O(1)) points
Provided a novel technical reduction method
Abstract
Let P be a set of n points in the Euclidean plane and let O be the origin point in the plane. In the k-tour cover problem (called frequently the capacitated vehicle routing problem), the goal is to minimize the total length of tours that cover all points in P, such that each tour starts and ends in O and covers at most k points from P. The k-tour cover problem is known to be NP-hard. It is also known to admit constant factor approximation algorithms for all values of k and even a polynomial-time approximation scheme (PTAS) for small values of k, i.e., k=O(log n / log log n). We significantly enlarge the set of values of k for which a PTAS is provable. We present a new PTAS for all values of k <= 2^{log^{\delta}n}, where \delta = \delta(\epsilon). The main technical result proved in the paper is a novel reduction of the k-tour cover problem with a set of n points to a small set of…
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 · Facility Location and Emergency Management · Computational Geometry and Mesh Generation
