English

Approximating the shortest path problem with scenarios

Data Structures and Algorithms 2024-09-18 v2

Abstract

This paper discusses the shortest path problem in a general directed graph with nn nodes and KK cost scenarios (objectives). In order to choose a solution, the min-max criterion is applied. The min-max version of the problem is hard to approximate within Ω(log1ϵK)\Omega(\log^{1-\epsilon} K) for any ϵ>0\epsilon>0 unless NPDTIME(npolylogn)\subseteq \text{DTIME}(n^{\text{polylog} \,n}) even for arc series-parallel graphs and within Ω(logn/loglogn)\Omega(\log n/\log\log n) unless NPZPTIME(nloglogn)\subseteq \text{ZPTIME}(n^{\log\log n}) for acyclic graphs. The best approximation algorithm for the min-max shortest path problem in general graphs, known to date, has an approximation ratio of~KK. In this paper, an O~(n)\widetilde{O}(\sqrt{n}) flow LP-based approximation algorithm for min-max shortest path in general graphs is constructed. It is also shown that the approximation ratio obtained is close to an integrality gap of the corresponding flow LP relaxation.

Keywords

Cite

@article{arxiv.1806.08936,
  title  = {Approximating the shortest path problem with scenarios},
  author = {Adam Kasperski and Pawel Zielinski},
  journal= {arXiv preprint arXiv:1806.08936},
  year   = {2024}
}
R2 v1 2026-06-23T02:39:14.862Z