English

Space-Efficient, Fast and Exact Routing in Time-Dependent Road Networks

Data Structures and Algorithms 2021-03-29 v2

Abstract

We study the problem of quickly computing point-to-point shortest paths in massive road networks with traffic predictions. Incorporating traffic predictions into routing allows, for example, to avoid commuter traffic congestions. Existing techniques follow a two-phase approach: In a preprocessing step, an index is built. The index depends on the road network and the traffic patterns but not on the path start and end. The latter are the input of the query phase, in which shortest paths are computed. All existing techniques have large index size, slow query running times or may compute suboptimal paths. In this work, we introduce CATCHUp (Customizable Approximated Time-dependent Contraction Hierarchies through Unpacking), the first algorithm that simultaneously achieves all three objectives.The core idea of CATCHUp is to store paths instead of travel times at shortcuts. Shortcut travel times are derived lazily from the stored paths. We perform an experimental study on a set of real world instances and compare our approach with state-of-the-art techniques. Our approach achieves the fastest preprocessing, competitive query running times and up to 38 times smaller indexes than competing approaches.

Keywords

Cite

@article{arxiv.1910.12726,
  title  = {Space-Efficient, Fast and Exact Routing in Time-Dependent Road Networks},
  author = {Ben Strasser and Dorothea Wagner and Tim Zeitz},
  journal= {arXiv preprint arXiv:1910.12726},
  year   = {2021}
}

Comments

32 pages, 11 figures, published in MDPI Algorithms and a short version at ESA 2020

R2 v1 2026-06-23T11:57:15.696Z