Institut für Theoretische Informatik, Algorithmik

Algorithmen für Routenplanung

im Sommersemester 2022

Allgemeines

  • Vorlesung: montags, 4. Block, 14:00–15:30 Uhr, mittwochs, 3. Block, 11:30–13:00 Uhr.
  • Raum: Raum 301, Informatik-Hauptgebäude (Geb. 50.34)
  • Studiengang: Master Informatik/Informationswirtschaft. Weitere nach Rücksprache.
  • Vertiefungsfächer: Algorithmentechnik, aber nicht Theoretische Grundlagen
  • Modul: Algorithmen für Routenplanung [M-INFO-100031]
  • Credits: 5 ECTS (3 SWS)
Die Prüfungstermine stehen fest!
Die möglichen Termine für die mündliche Prüfung sind:
  • Montag 8.8.22
  • Mittwoch 14.9.22
  • Montag 10.10.22

Anmeldung: Die Anmeldung erfolgt per e-Mail an das Sekretariat sekr [dash] wagner [at] ira [dot] uka [dot] de nach dem „first come, first served“-Prinzip. Bitte die Matrikelnummer angeben.

Wichtig: Die Anmeldung muss bis spätestens 3 Wochen vor dem Prüfungstermin erfolgen.

Prüfung: Die Prüfung findet statt in Geb. 50.34.

Inhalt

Optimale Route in einem Straßennetzwerk mit Suchraum einer Beschleunigungstechnik.

Optimale Routen in Verkehrsnetzen zu bestimmen ist ein alltägliches Problem. Wurden früher Reiserouten mit Hilfe von Karten am Küchentisch geplant, ist heute die computergestützte Routenplanung in weiten Teilen der Bevölkerung etabliert: Die beste Eisenbahnverbindung ermittelt man im Internet, für Routenplanung in Straßennetzen benutzt man häufig mobile Endgeräte.

Ein Ansatz, um die besten Verbindungen in solchen Netzen computergestützt zu finden, stammt aus der Graphentheorie. Man modelliert das Netzwerk als Graphen und berechnet darin einen kürzesten Weg, eine mögliche Route. Legt man Reisezeiten als Metrik zu Grunde, ist die so berechnete Route die beweisbar schnellste Verbindung. Dijkstras Algorithmus aus dem Jahre 1959 löst dieses Problem zwar beweisbar optimal, allerdings sind Verkehrsnetze so groß (das Straßennetzwerk von West- und Mittel-Europa besteht aus ca. 45 Millionen Abschnitten), dass der klassische Ansatz von Dijkstra zu lange für eine Anfrage braucht. Aus diesem Grund ist die Entwicklung von Beschleunigungstechniken für Dijkstras Algorithmus Gegenstand aktueller Forschung. Dabei handelt es sich um zweistufige Verfahren, die in einem Vorverarbeitungsschritt das Netzwerk mit Zusatzinformationen anreichern, um anschließend die Berechnung von kürzesten Wegen zu beschleunigen.

Diese Vorlesung gibt einen Überblick über aktuelle Algorithmen zur effizienten Routenplanung und vertieft einige von diesen.

Vorläufige Termine

Mo, 18.04. Ostermontag
Mi, 20.04. - -
Mo, 25.04. Tim Einführung, Grundlagen, Modelle, Datenstrukturen, Dijkstras Algorithmus Einführung
Mi, 27.04. Tim Bidirektionale Suche, Kontraktion, TopoCore Bidirektionale Suche, Overlays
Mo, 02.05. Tim A*, ALT, CALT A*
Mi, 04.05. Tim Arc-Flags, SHARC Arc-Flags
Mo, 09.05. Adrian MLO/CRP MLO,CRP
Mi, 11.05. Adrian CH CH
Mo, 16.05. Adrian CCH CCH
Mi, 18.05. Adrian FlowCutter, Punch PUNCH, FlowCutter
Mo, 23.05. Jonas Abbiegekosten, Alternative Routen Abbiegekosten, Alternativ-Routen
Mi, 25.05. Jonas HL/HLDB/TNR HL/HLDB/TNR
Mo, 30.05. Jonas Multikriterielle Optimierung Multikriterielle Optimierung
Mi, 01.06. Tim Erweiterte Szenarien (one2all, one2many, many2many, POIs) Erweiterte Szenarien
Mo, 06.06. Pfingstferien
Mi, 08.06. Pfingstferien
Mo, 13.06. Jonas Elektromobilität Elektromobilität 1
Mi, 15.06. Jonas Elektromobilität Elektromobilität 2
Mo, 20.06. Tim Zeitabhängige Routenplanung Time-Dependent 1
Mi, 22.06. Tim Zeitabhängige Routenplanung Time-Dependent 2
Mo, 27.06. Adrian Fahrplanauskunft: Einführung und graphbasierte Techniken Fahrplanauskunft Einführung
Mi, 29.06. Adrian Fahrplanauskunft: RAPTOR, CSA RAPTOR CSA
Mo, 04.07. Adrian Fahrplanauskunft: CSA, Umlegung CSA Umlegung
Mi, 06.07. Jonas Multimodale Routenplanung: LCSPP, UCCH, MCR Multimodal
Mo, 11.07. - -
Mi, 13.07. Jonas Multimodale Routenplanung: Unbeschränktes Laufen, ULTRA Unbeschränktes Laufen
Mo, 18.07. - -
Mi, 20.07. - -
Mo, 25.07. - -
Mi, 27.07. - -

Vergangene Veranstaltungen

Literatur

Übersicht über das Themengebiet
[DSSW09] Daniel Delling, Peter Sanders, Dominik Schultes, Dorothea Wagner:
Engineering Route Planning Algorithms.
In: Algorithmics of Large and Complex Networks, Lecture Notes in Computer Science. Springer, 2009. [ pdf ]
[BDGMPSW14] Hannah Bast, Daniel Delling, Andrew Goldberg, Matthias Müller-Hannemann, Thomas Pajor, Peter Sanders, Dorothea Wagner, and Renato Werneck:
Route Planning in Transportation Networks.
Preprint. [ pdf ]
Grundlagen
[CLRS01] Cormen, Leiserson, Rivest, Stein: Introduction to Algorithms
[MS08] Mehlhorn, Sanders: Algorithms and Data Structures
A*, ALT, CALT, bidirektionale Suche
[GH05] Andrew V. Goldberg and Chris Harrelson:
Computing the Shortest Path: A Search Meets Graph Theory.
In: Proceedings of the 16th Annual ACM–SIAM Symposium on Discrete Algorithms (SODA'05), 2005. [ pdf ]
[GW05] Andrew V. Goldberg and Renato F. Werneck:
Computing Point-to-Point Shortest Paths from External Memory.
In: Proceedings of the 7th Workshop on Algorithm Engineering and Experiments (ALENEX'05), 2005. [ pdf ]
[DW07] Daniel Delling and Dorothea Wagner:
Landmark-Based Routing in Dynamic Graphs.
In: Proceedings of the 6th Workshop on Experimental Algorithms (WEA'07), 2007. [ pdf ]
[BDS+09] Reinhard Bauer, Daniel Delling, Peter Sanders, Dennis Schieferdecker, Dominik Schultes, and Dorothea Wagner:
Combining Hierarchical and Goal-Directed Speed-Up Techniques for Dijkstra's Algorithm.
In: ACM Journal of Experimental Algorithmics, 2010. [ pdf ]
Arc-Flags, SHARC
[HKMS09] Moritz Hilger and Ekkehard Köhler and Rolf H. Möhring and Heiko Schilling:
Fast Point-to-Point Shortest Path Computations with Arc-Flags.
In: Shortest Paths: Ninth DIMACS Implementation Challenge, 2009. [ pdf ]
[BD09] Reinhard Bauer and Daniel Delling:
SHARC: Fast and Robust Unidirectional Routing.
In: ACM Journal of Experimental Algorithmics, 2009. [ pdf ]
[BBRW13] Reinhard Bauer, Moritz Baum, Ignaz Rutter, and Dorothea Wagner:
On the Complexity of Partitioning Graphs for Arc-Flags.
In: Journal of Graph Algorithms and Applications, 2013. [ web ]
Reach
[Gut04] Ronald J. Gutman:
Reach-Based Routing: A New Approach to Shortest Path Algorithms Optimized for Road Networks
In: Proceedings of the 6th Workshop on Algorithm Engineering and Experiments (ALENEX'04), 2004, pages 100–111. [ download ]
[GKW09] Andrew V. Goldberg and Haim Kaplan and Renato F. Werneck:
Reach for A*: Shortest Path Algorithms with Preprocessing
In: Shortest Paths: Ninth DIMACS Implementation Challenge, 2009. [ download ]
Multi-Level Overlays
[SWZ02] Frank Schulz, Dorothea Wagner, Christos Zaroliagis:
Using Multi-Level Graphs for Timetable Information in Railway Systems
In: Proceedings of the 4th Workshop on Algorithm Engineering and Experiments (ALENEX'02), 2002, pages 43-59. [ pdf ]
[SS07] Dominik Schultes, Peter Sanders:
Dynamic Highway-Node Routing
In: Proceedings of the 6th Workshop on Experimental Algorithms (WEA'07), 2007, pages 66-79. [ pdf ]
[DGP11] Daniel Delling, Andrew V. Goldberg, Thomas Pajor, Renato F. Werneck:
Customizable Route Planning
In: Proceedings of the 10th International Symposium on Experimental Algorithms (SEA'11), 2011, pages 376-387. [ pdf ]
Zeitabhängige Routenplanung
[Del09] Daniel Delling:
Engineering and Augmenting Route Planning Algorithms
Ph.D. Thesis, Universität Karlsruhe (TH), 2009. [ pdf ]
[BDSV09] Gernot Veit Batz, Daniel Delling, Peter Sanders, Christian Vetter:
Time-Dependent Contraction Hierarchies
In: Proceedings of the 11th Workshop on Algorithm Engineering and Experiments (ALENEX'09), April 2009. [ pdf ]
[BGNS10] Gernot Veit Batz, Robert Geisberger, Sabine Neubauer, Peter Sanders:
Time-Dependent Contraction Hierarchies and Approximation
In: Proceedings of the 9th International Symposium on Experimental Algorithms (SEA'10), May 2010. [ link ]
[KZ14] Spyros Kontogiannis, Christos Zaroliagis:
Distance Oracles for Time Dependent Networks.
In: Automata, Languages and Programming (ICALP'14), 2014. [ arxiv ]
Abbiegekosten
[GS11] Robert Geisberger, Christian Vetter:
Efficient Routing in Road Networks with Turn Costs.
In: Proceedings of the 10th International Symposium on Experimental Algorithms (SEA'11), 2011, pages 100-111. [ pdf ]
[DGP11] Daniel Delling, Andrew V. Goldberg, Thomas Pajor, Renato F. Werneck:
Customizable Route Planning
In: Proceedings of the 10th International Symposium on Experimental Algorithms (SEA'11), 2011, pages 376-387. [ pdf ]
Multikriterielle Optimierung
[DW09] Daniel Delling, Dorothea Wagner:
Pareto Paths with SHARC.
In: Proceedings of the 8th International Symposium on Experimental Algorithms (SEA'09), 2009, pages 125-136. [ pdf ]
Elektromobilität
[EFS11] Jochen Eisner, Stefan Funke, Sabine Storandt:
Optimal Route Planning for Electric Vehicles in Large Networks
In: Proceedings of the 25th AAAI Conference on Artificial Intelligence, 2011 [ pdf ]
[BDPW13] Moritz Baum, Julian Dibbelt, Thomas Pajor, Dorothea Wagner:
Energy-Optimal Routes for Electric Vehicles
In: Proceedings of the 21st ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, 2013 [ link ]
[BDGZW15] Moritz Baum, Julian Dibbelt, Andreas Gemsa, Tobias Zündorf, Dorothea Wagner:
Shortest Feasible Paths with Charging Stops for Battery Electric Vehicles
In: Proceedings of the 23rd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, 2013 [ link ]
Erweiterte Szenarien (One-to-all, one-to-many, POI, Isochronen)
[DGNW11] Daniel Delling, Andrew V. Goldberg, Andreas Nowatzyk, Renato F. Werneck:
PHAST: Hardware-accelerated shortest path trees
In: Journal of Parallel and Distributed Computing, pages 940-952, 2013. [ link ]
[EP14] Alexandros Efentakis, Dieter Pfoser:
GRASP. Extending Graph Separators for the Single-Source Shortest-Path Problem
In: Proceedings of the 22nd European Symposium on Algorithms (ESA'14), pages 358-370, 2014. [ link ]
[KSSSW07] Sebastian Knopp, Peter Sanders, Dominik Schultes, Frank Schulz, Dorothea Wagner:
Computing Many-to-Many Shortest Paths Using Highway Hierarchies
In: Proceedings of the 9th Workshop on Algorithm Engineering and Experiments (ALENEX'07), pages 36-45, 2007. [ pdf ]
[DGW11] Daniel Delling, Andrew V. Goldberg, Renato F. Werneck:
Faster Batched Shortest Paths in Road Networks
In: Proceedings of the 11th Workshop on Algorithmic Approaches for Transportation Modeling, Optimization, and Systems (ATMOS'11), pages 52-63, 2011. [ pdf ]
[ADFGW12] Ittai Abaraham, Daniel Delling, Amos Fiat, Andrew V. Goldberg, Renato F. Werneck:
HLDB: Location-Based Services in Databases
MSR-TR-2012-59, 2012. [ link ]
[BBDW16] Moritz Baum, Valentin Buchhold, Julian Dibbelt, Dorothea Wagner:
Fast Exact Computation of Isochrones in Road Networks
In: Proceedings of the 15th International Symposium on Experimental Algorithms (SEA'16), pages 17-32, 2016. [ link ]
Fahrplanauskunft
[PSWZ08] Evangelia Pyrga, Frank Schulz, Dorothea Wagner, Christos Zaroliagis:
Efficient Models for Timetable Information in Public Transportation Systems
In: ACM Journal of Experimental Algorithmics, 2008 [ pdf ]
[DPW09] Daniel Delling, Thomas Pajor, Dorothea Wagner:
Engineering Time-Expanded Graphs for Faster Timetable Information
In: Robust and Online Large-Scale Optimization, 2009 [ pdf ]
[DKP10] Daniel Delling, Bastian Katz, Thomas Pajor:
Parallel Computation of Best Connections in Public Transportation Networks
In: 24th International Parallel and Distributed Processing Symposium (IPDPS'10), 2010 [ pdf ]
[DMS08] Yann Disser, Matthias Müller-Hannemann, Mathias Schnee:
Multi-Criteria Shortest Paths in Time-Dependent Train Networks
In: Proceedings of the 7th Workshop on Experimental Algorithms (WEA’08), 2008 [ pdf ]
[DPW12] Daniel Delling, Thomas Pajor, Renato Werneck:
Round-Based Public Transit Routing
In: Proceedings of the 14th Meeting on Algorithm Engineering and Experiments (ALENEX'12), 2012 [ pdf ]
[DPSW13] Julian Dibbelt, Thomas Pajor, Ben Strasser, Dorothea Wagner:
Intriguingly Simple and Fast Transit Routing
In: Proceedings of the 12th International Symposium on Experimental Algorithms (SEA'13), 2013 [ pdf ]
[SW14] Ben Strasser, Dorothea Wagner:
Connection scan accelerated
In: Proceedings of the 16th Meeting on Algorithm Engineering and Experiments (ALENEX’14), 2014 [ pdf ]
[BBE+17] Lars Briem, H. Sebastian Buck, Holger Ebhart, Nicolai Mallig, Ben Strasser, Peter Vortisch, Dorothea Wagner, Tobias Zündorf:
Efficient Traffic Assignment for Public Transit Networks
In: Proceedings of the 16th International Symposium on Experimental Algorithms (SEA'17), 2017 [ pdf ]
Multimodale Routenplanung
[DPW09] Daniel Delling, Thomas Pajor, Dorothea Wagner:
Accelerating Multi-Modal Route Planning by Access-Nodes.
In: Proceedings of the 17th Annual European Symposium on Algorithms (ESA'09). [ pdf ]
[DPW12] Julian Dibbelt, Thomas Pajor, Dorothea Wagner:
User-Constrained Multi-Modal Route Planning
In: Proceedings of the 14th Meeting on Algorithm Engineering and Experiments (ALENEX'12). [ pdf ]
[DDP+13] Daniel Delling, Julian Dibbelt, Thomas Pajor, Dorothea Wagner, Renato F. Werneck:
Computing Multimodal Journeys in Practice
In: Proceedings of the 12th International Symposium on Experimental Algorithms (SEA'13). [ pdf ]
[WZ17] Dorothea Wagner, Tobias Zündorf:
Public Transit Routing with Unrestricted Walking
In: Proceedings of the 17th Workshop on Algorithmic Approaches for Transportation Modeling, Optimization, and Systems (ATMOS'17), 2017 [ pdf ]
[BBS+19] Moritz Baum, Valentin Buchhold, Jonas Sauer, Dorothea Wagner, Tobias Zündorf:
UnLimited TRAnsfers for Multi-Modal Route Planning: An Efficient Solution
In: Proceedings of the 27th Annual European Symposium on Algorithms (ESA'19), 2019 [ pdf ] [ arXiv ]