English

Approximation Schemes for Orienteering and Deadline TSP in Doubling Metrics

Data Structures and Algorithms 2024-05-03 v1

Abstract

In this paper we look at kk-stroll, point-to-point orienteering, as well as the deadline TSP problem on graphs with bounded doubling dimension and bounded treewidth and present approximation schemes for them. Given a weighted graph G=(V,E)G=(V,E), start node sVs\in V, distances d:EQ+d:E\rightarrow \mathbb{Q}^+ and integer kk. In the kk-stroll problem the goal is to find a path starting at ss of minimum length that visits at least kk vertices. The dual problem to kk-stroll is the rooted orienteering in which instead of kk we are given a budget BB and the goal is to find a walk of length at most BB starting at ss that visits as many vertices as possible. In the P2P orienteering we are given start and end nodes s,ts,t for the path. In the deadline TSP we are given a deadline D(v)D(v) for each vVv\in V and the goal is to find a walk starting at ss that visits as many vertices as possible before their deadline. The best approximation for rooted or P2P orienteering is (2+ϵ)(2+\epsilon)-approximation [12] and O(logn)O(\log n)-approximation for deadline TSP [3]. There is no known approximation scheme for deadline TSP for any metric (not even trees). Our main result is the first approximation scheme for deadline TSP on metrics with bounded doubling dimension. To do so we first show if GG is a metric with doubling dimension κ\kappa and aspect ratio Δ\Delta, there is a (1+ϵ)(1+\epsilon)-approximation that runs in time nO((logΔ/ϵ)2κ+1)n^{O\left(\left(\log\Delta/\epsilon\right)^{2\kappa+1}\right)}. We then extend these to obtain an approximation scheme for deadline TSP when the distances and deadlines are integer which runs in time nO((logΔ/ϵ)2κ+2)n^{O\left(\left(\log \Delta/\epsilon\right)^{2\kappa+2}\right)}. For graphs with treewidth ω\omega we show how to solve kk-stroll and P2P orienteering exactly in polynomial time and a (1+ϵ)(1+\epsilon)-approximation for deadline TSP in time nO((ωlogΔ/ϵ)2)n^{O((\omega\log\Delta/\epsilon)^2)}.

Keywords

Cite

@article{arxiv.2405.00818,
  title  = {Approximation Schemes for Orienteering and Deadline TSP in Doubling Metrics},
  author = {Kinter Ren and Mohammad R. Salavatipour},
  journal= {arXiv preprint arXiv:2405.00818},
  year   = {2024}
}