Dynamic Replanning for Improved Public Transport Routing
Abdallah Abuaisha, Bojie Shen, Daniel Harabor, Peter Stuckey, Mark Wallace
TL;DR
The paper addresses delays in public transport and proposes dynamic replanning as a scalable solution. It formalizes the problem and introduces two architectures: a Pull approach (server-driven replanning on demand) and a Push approach (proactive, envelope-restricted replanning executed with edge devices). The Push method leverages a Time-Independent Graph (TIG) and the envelope concept to bound search, enabling CSA-based replanning to run in sub-second times and handle dramatically more queries. Empirical results across four GTFS-based metropolitan networks show that dynamic replanning reduces travel times by 5–30 minutes on average for affected journeys, with the Push approach delivering substantial speedups and higher scalability. The work demonstrates the practicality of system-scale dynamic replanning for real-time public transport routing and paves the way for robust, delay-aware journey optimization in urban networks.
Abstract
Delays in public transport are common, often impacting users through prolonged travel times and missed transfers. Existing solutions for handling delays remain limited; backup plans based on historical data miss opportunities for earlier arrivals, while snapshot planning accounts for current delays but not future ones. With the growing availability of live delay data, users can adjust their journeys in real-time. However, the literature lacks a framework that fully exploits this advantage for system-scale dynamic replanning. To address this, we formalise the dynamic replanning problem in public transport routing and propose two solutions: a "pull" approach, where users manually request replanning, and a novel "push" approach, where the server proactively monitors and adjusts journeys. Our experiments show that the push approach outperforms the pull approach, achieving significant speedups. The results also reveal substantial arrival time savings enabled by dynamic replanning.
