Prizing on Paths: A PTAS for the Highway Problem
Fabrizio Grandoni, Thomas Rothvoss

TL;DR
This paper introduces a Polynomial-Time Approximation Scheme (PTAS) for the highway problem, resolving its complexity status and providing near-optimal solutions through a novel randomized dissection technique.
Contribution
The paper presents the first PTAS for the highway problem, utilizing a new randomized dissection approach and extending it to related variants.
Findings
PTAS achieves near-optimal solutions for the highway problem.
The technique can be derandomized for practical use.
Applicable to variants like tollbooth and maximum-feasibility subsystem problems.
Abstract
In the highway problem, we are given an n-edge line graph (the highway), and a set of paths (the drivers), each one with its own budget. For a given assignment of edge weights (the tolls), the highway owner collects from each driver the weight of the associated path, when it does not exceed the budget of the driver, and zero otherwise. The goal is choosing weights so as to maximize the profit. A lot of research has been devoted to this apparently simple problem. The highway problem was shown to be strongly NP-hard only recently [Elbassioni,Raman,Ray-'09]. The best-known approximation is O(\log n/\log\log n) [Gamzu,Segev-'10], which improves on the previous-best O(\log n) approximation [Balcan,Blum-'06]. In this paper we present a PTAS for the highway problem, hence closing the complexity status of the problem. Our result is based on a novel randomized dissection approach, which has…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
