English

A $(3/2 + \varepsilon)$-Approximation for Multiple TSP with a Variable Number of Depots

Data Structures and Algorithms 2023-07-17 v1

Abstract

One of the most studied extensions of the famous Traveling Salesperson Problem (TSP) is the {\sc Multiple TSP}: a set of m1m\geq 1 salespersons collectively traverses a set of nn cities by mm non-trivial tours, to minimize the total length of their tours. This problem can also be considered to be a variant of {\sc Uncapacitated Vehicle Routing} where the objective function is the sum of all tour lengths. When all mm tours start from a single common \emph{depot} v0v_0, then the metric {\sc Multiple TSP} can be approximated equally well as the standard metric TSP, as shown by Frieze (1983). The {\sc Multiple TSP} becomes significantly harder to approximate when there is a \emph{set} DD of d1d \geq 1 depots that form the starting and end points of the mm tours. For this case only a (21/d)(2-1/d)-approximation in polynomial time is known, as well as a 3/23/2-approximation for \emph{constant} dd which requires a prohibitive run time of nΘ(d)n^{\Theta(d)} (Xu and Rodrigues, \emph{INFORMS J. Comput.}, 2015). A recent work of Traub, Vygen and Zenklusen (STOC 2020) gives another approximation algorithm for {\sc Multiple TSP} running in time nΘ(d)n^{\Theta(d)} and reducing the problem to approximating TSP. In this paper we overcome the nΘ(d)n^{\Theta(d)} time barrier: we give the first efficient approximation algorithm for {\sc Multiple TSP} with a \emph{variable} number dd of depots that yields a better-than-2 approximation. Our algorithm runs in time (1/ε)O(dlogd)nO(1)(1/\varepsilon)^{\mathcal O(d\log d)}\cdot n^{\mathcal O(1)}, and produces a (3/2+ε)(3/2+\varepsilon)-approximation with constant probability. For the graphic case, we obtain a deterministic 3/23/2-approximation in time 2dnO(1)2^d\cdot n^{\mathcal O(1)}.ithm for metric {\sc Multiple TSP} with run time nΘ(d)n^{\Theta(d)}, which reduces the problem to approximating metric TSP.

Keywords

Cite

@article{arxiv.2307.07180,
  title  = {A $(3/2 + \varepsilon)$-Approximation for Multiple TSP with a Variable Number of Depots},
  author = {Max Deppert and Matthias Kaul and Matthias Mnich},
  journal= {arXiv preprint arXiv:2307.07180},
  year   = {2023}
}

Comments

To be published at ESA 2023

R2 v1 2026-06-28T11:30:10.631Z