English

Contraction of Timetable Networks with Realistic Transfers

Data Structures and Algorithms 2009-08-12 v2

Abstract

We successfully contract timetable networks with realistic transfer times. Contraction gradually removes nodes from the graph and adds shortcuts to preserve shortest paths. This reduces query times to 1 ms with preprocessing times around 6 minutes on all tested instances. We achieve this by an improved contraction algorithm and by using a station graph model. Every node in our graph has a one-to-one correspondence to a station and every edge has an assigned collection of connections. Our graph model does not need parallel edges. The query algorithm does not compute a single earliest arrival time at a station but a set of arriving connections that allow best transfer opportunities.

Keywords

Cite

@article{arxiv.0908.1528,
  title  = {Contraction of Timetable Networks with Realistic Transfers},
  author = {Robert Geisberger},
  journal= {arXiv preprint arXiv:0908.1528},
  year   = {2009}
}

Comments

15 pages, technical report