English

Transit Node Routing Reconsidered

Data Structures and Algorithms 2013-02-25 v1

Abstract

Transit Node Routing (TNR) is a fast and exact distance oracle for road networks. We show several new results for TNR. First, we give a surprisingly simple implementation fully based on Contraction Hierarchies that speeds up preprocessing by an order of magnitude approaching the time for just finding a CH (which alone has two orders of magnitude larger query time). We also develop a very effective purely graph theoretical locality filter without any compromise in query times. Finally, we show that a specialization to the online many-to-one (or one-to-many) shortest path further speeds up query time by an order of magnitude. This variant even has better query time than the fastest known previous methods which need much more space.

Keywords

Cite

@article{arxiv.1302.5611,
  title  = {Transit Node Routing Reconsidered},
  author = {Julian Arz and Dennis Luxen and Peter Sanders},
  journal= {arXiv preprint arXiv:1302.5611},
  year   = {2013}
}

Comments

19 pages, submitted to SEA'2013

R2 v1 2026-06-21T23:30:59.063Z