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 nodes and 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 for any unless NP even for arc series-parallel graphs and within unless NP 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~. In this paper, an 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.
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}
}