English

Improved Approximation Schemes for the Restricted Shortest Path Problem

Data Structures and Algorithms 2019-11-05 v2 Computational Complexity Discrete Mathematics

Abstract

The Restricted Shortest Path (RSP) problem, also known as the Delay-Constrained Least-Cost (DCLC) problem, is an NP-hard bicriteria optimization problem on graphs with nn vertices and mm edges. In a graph where each edge is assigned a cost and a delay, the goal is to find a min-cost path which does not exceed a delay bound. In this paper, we present improved approximation schemes for RSP on several graph classes. For planar graphs, undirected graphs with positive integer resource (= delay) values, and graphs with mΩ(nlogn)m \in \Omega(n \log n), we obtain (1+ε)(1 + \varepsilon)-approximations in time O(mn/ε)O(mn/\varepsilon). For general graphs and directed acyclic graphs, we match the results by Xue et al. (2008, [10]) and Ergun et al. (2002, [1]), respectively, but with arguably simpler algorithms.

Keywords

Cite

@article{arxiv.1711.00284,
  title  = {Improved Approximation Schemes for the Restricted Shortest Path Problem},
  author = {David Holzmüller},
  journal= {arXiv preprint arXiv:1711.00284},
  year   = {2019}
}

Comments

Incorporated more review suggestions

R2 v1 2026-06-22T22:32:45.966Z