Fare Zone Assignment

📅 2025-12-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper studies the revenue-maximizing fare zoning problem on tree-structured public transit networks under concave pricing functions: nodes are partitioned into contiguous fare zones, and fare depends solely on the number of zones traversed by a passenger. We establish that the problem is NP-hard in general. For arbitrary trees, we present the first polynomial-time algorithms achieving $O(log n)$ and $O(log n / log log n)$ approximation ratios. For rooted trees, we devise an exact polynomial-time algorithm. We further prove, for the first time, that the path (i.e., degree-2 tree) case is strongly NP-hard and provide a polynomial-time approximation scheme (PTAS). Technically, our approach integrates dynamic programming, parameterized algorithms (FPT/XP), and approximation analysis, thereby systematically characterizing the computational complexity boundary of the problem while balancing theoretical depth with algorithmic practicality.

Technology Category

Application Category

📝 Abstract
Tariff setting in public transportation networks is an important challenge. A popular approach is to partition the network into fare zones ("zoning") and fix journey prices depending on the number of traversed zones ("pricing"). In this paper, we focus on finding revenue-optimal solutions to the zoning problem for a given concave pricing function. We consider tree networks with $n$ vertices, since trees already pose non-trivial algorithmic challenges. Our main results are efficient algorithms that yield a simple $mathcal{O}(log n)$-approximation as well as a more involved $mathcal{O}(log n/log log n)$-approximation. We show how to solve the problem exactly on rooted instances, in which all demand arises at the same source. For paths, we prove strong NP-hardness and outline a PTAS. Moreover, we show that computing an optimal solution is in FPT or XP for several natural problem parameters.
Problem

Research questions and friction points this paper is trying to address.

Optimizing revenue from fare zone partitioning in public transport
Developing efficient algorithms for tree network zoning problems
Addressing computational complexity and hardness in zoning solutions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Efficient algorithms for revenue-optimal zoning
Approximation algorithms with logarithmic performance guarantees
Exact solutions for rooted instances and parameterized complexity
🔎 Similar Papers
No similar papers found.
Martin Hoefer
Martin Hoefer
Professor of Computer Science, RWTH Aachen University
AlgorithmsComplexityGame Theory
L
Lennart Kauther
RWTH Aachen University, Aachen, Germany
P
Philipp Pabst
RWTH Aachen University, Aachen, Germany
B
Britta Peis
RWTH Aachen University, Aachen, Germany
K
Khai Van Tran
RWTH Aachen University, Aachen, Germany