g. v. batz, d. delling, r. geisberger, m. kobitzsch, d. luxen t. pajor, p. sanders, d...

45
Advanced Route Planning G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders , D. Schultes, C. Vetter, D. Wagner Universität Karlsruhe (TH) University + Research Center largest research inst. in Germany

Upload: others

Post on 30-Aug-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Advanced Route Planning

G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor,

P. Sanders, D. Schultes, C. Vetter, D. Wagner

Universität Karlsruhe (TH)

University + Research Center ≈ largest research inst. in Germany

Page 2: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 2

Route Planning

?

Goals:

� exact shortest paths in large (time-dependent) road networks

� fast queries (point-to-point, many-to-many)

� fast preprocessing

� low space consumption

� fast update operations

Applications:

� route planning systems in the internet, car navigation systems,

� ride sharing, traffic simulation, logistics optimisation

Page 3: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 3

Advanced Route Planning

What we can do:

� plain static routing (very fast)

� distance tables (even faster)

� turn penalties

� mobile implementation

� time dependent edge weights

� flexible objective functions

� traffic jams

Page 4: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 4

Advanced Route Planning

What we are working on:

� energy efficient routes

� modelling alternative routes

� detouring traffic jams realistically

� integration with public transportation

� novel applications

Page 5: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Contraction Hierarchies (CH)

21 2

2

6

1

4

3

5

3

35

8

2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 8

Page 6: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Main Idea

Contraction Hierarchies (CH)contract only one node at a time⇒ local and cache-efficient operation

in more detail:order nodes by “importance”, V = {1,2, . . . ,n}contract nodes in this order, node v is contracted byforeach pair (u, v) and (v ,w) of edges do

if 〈u, v ,w〉 is a unique shortest path thenadd shortcut (u,w) with weight w(〈u, v ,w〉)

query relaxes only edges to more “important” nodes⇒ valid due to shortcuts

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 9

Page 7: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Example: Construction

2 3 2 1 22 6 1 3 54

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 10

Page 8: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Example: Construction

2

3 2

1 22 6

1

4 3 55

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 10

Page 9: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Example: Construction

2

1 2

2

6

1

4 3 55

3 2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 10

Page 10: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Example: Construction

21 2

2

6

1

4

3

55

3 2

3

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 10

Page 11: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Example: Construction

22

2

6

1

4

3

5

3

2

3

8

1

5

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 10

Page 12: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Example: Construction

21 2

2

6

1

4

3

5

3

35

8

2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 10

Page 13: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Construction

to identify necessary shortcutslocal searches from all nodes u with incoming edge (u, v)

ignore node v at searchadd shortcut (u,w) iff found distanced(u,w) > w(u, v) + w(v ,w)

1

1

11

1v

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 11

Page 14: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Construction

to identify necessary shortcutslocal searches from all nodes u with incoming edge (u, v)

ignore node v at searchadd shortcut (u,w) iff found distanced(u,w) > w(u, v) + w(v ,w)

2

2

1

1

11

1v

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 11

Page 15: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Node Order

use priority queue of nodes, node v is weighted with a linearcombination of:

edge difference #shortcuts – #edges incident to vuniformity e.g. #deleted neighbors. . .

2

2

1

1

11

1v

2 − 3 = −1

integrated construction and ordering:1 remove node v on top of the priority queue2 contract node v3 update weights of remaining nodes

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 12

Page 16: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Query

modified bidirectional Dijkstra algorithmupward graph G↑:= (V ,E↑) with E↑:= {(u, v) ∈ E : u < v}downward graph G↓:= (V ,E↓) with E↓:= {(u, v) ∈ E : u > v}forward search in G↑ and backward search in G↓

21 2

2

6

1

4

3

5

3

35

8

s

t

node

ord

er

2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 13

Page 17: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Query

modified bidirectional Dijkstra algorithmupward graph G↑:= (V ,E↑) with E↑:= {(u, v) ∈ E : u < v}downward graph G↓:= (V ,E↓) with E↓:= {(u, v) ∈ E : u > v}forward search in G↑ and backward search in G↓

21 2

2

6

1

4

3

5

3

35

8

s

t

node

ord

er

2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 13

Page 18: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Query

modified bidirectional Dijkstra algorithmupward graph G↑:= (V ,E↑) with E↑:= {(u, v) ∈ E : u < v}downward graph G↓:= (V ,E↓) with E↓:= {(u, v) ∈ E : u > v}forward search in G↑ and backward search in G↓

21 2

2

6

1

4

3

5

3

35

8

s

t

node

ord

er

2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 13

Page 19: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Query

modified bidirectional Dijkstra algorithmupward graph G↑:= (V ,E↑) with E↑:= {(u, v) ∈ E : u < v}downward graph G↓:= (V ,E↓) with E↓:= {(u, v) ∈ E : u > v}forward search in G↑ and backward search in G↓

21 2

2

6

1

4

3

5

3

35

8

s

t

node

ord

er

2

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 13

Page 20: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

MotivationOur Contributions

Contraction HierarchiesExperiments

Outputting Paths

for a shortcut (u,w) of a path 〈u, v ,w〉,store middle node v with the edgeexpand path by recursively replacing ashortcut with its originating edges

23

2

51 23

8

node

ord

er

2

5

s

t

6

1

43

s t

unpack

path

2 8

2

2

2

5 3

3

3

2

2 1 2

3

2 6 1 3 54

2 6 1 54

2 6 54

2 6 5

R. Geisberger, P. Sanders, D. Schultes, D. Delling Contraction Hierarchies 16

Page 21: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Saarbrücken to Karlsruhe299 edges compressed to 13 shortcuts.

Page 22: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Saarbrücken to Karlsruhe

316 settled nodes and 951 relaxed edges

Page 23: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 10

Contraction Hierarchies

� foundation for our other methods

� conceptually very simple

� handles dynamic scenarios

Static scenario:

� 7.5 min preprocessing

� 0.21 ms to determine the path length

� 0.56 ms to determine a complete path description

� little space consumption (23 bytes/node)

Page 24: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 17

Dynamic Scenarios

� change entire cost function

(e.g., use different speed profile)

� change a few edge weights

(e.g., due to a traffic jam)

Page 25: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 19

Mobile Contraction Hierarchies[ESA 08]

� preprocess data on a personal computer

� highly compressed blocked graph representation 8 bytes/node

� compact route reconstruction data structure + 8 bytes/node

experiments on a Nokia N800 at 400 MHz

� cold query with empty block cache 56 ms

� compute complete path 73 ms

� recomputation, e.g. if driver took the wrong exit 14 ms

� query after 1 000 edge-weight changes, e.g. traffic jams 699 ms

Page 26: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 11

Even Faster – Transit-Node Routing

[DIMACS Challenge 06, ALENEX 07, Science 07]

joint work with H. Bast, S. Funke, D. Matijevic

� very fast queries

(down to 1.7µs, 3 000 000 times faster than DIJKSTRA)

� winner of the 9th DIMACS Implementation Challenge

� more preprocessing time (2:37 h) and space (263 bytes/node) needed

s t SciAm50 Award

Page 27: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 12

Example

Page 28: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 13

Many-to-Many Shortest Paths

joint work with S. Knopp, F. Schulz, D. Wagner

[ALENEX 07]

� efficient many-to-many variant of

hierarchical bidirectional algorithms

� 10 000 × 10 000 table in 10s

S

T

Page 29: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 15

Energy Efficient Routes

Project MeRegioMobil

Moritz Kobitzsch

+DA Sabine Neubauer, PTV

Even more detailed model

(cost-time tradoff

controlled via hourly wage)

Page 30: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 31

Flexible Objective Functions

Two labels at each edge, e.g., travel time and cost

(mostly ∼energy consumption)

Cost function: arbitrary linear combination

Ideas:

� CHs with valid parameter ranges at each shortcut

� Different node orderings for important nodes

� combine with landmark based goal directed search

Page 31: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 16

Alternative Routes DA Jonathan Dees, BMW

� What are good alternative route graphs

� Evaluate heuristics for finding them

Page 32: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 29

Time-Dependent Route Planning

� edge weights are travel time functions:

- {time of day 7→ travel time}

- piecewise linear

- FIFO-property ⇒ waiting does not help

� Earliest Arrival Query: (s, t, τ0)

→ a fastest s–t-route departing at τ0

� Profile Query:(s, t, [τ, τ ′])

→ fastest travel times departing between τ and tau′.

Page 33: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 33

Travel Time Functions

we need three operations

� evaluation: f(τ) “O(1)” time

� merging: min(f, g) O(|f | + |g|) time

� chaining: f ∗ g (f “after” g) O(|f | + |g|) time

note: min(f, g) and f ∗ g have O(|f | + |g|) points each.

⇒ increase of complexity

τg f

f * g

Page 34: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 34

Time-Dependent Dijkstra

Only one difference to standard Dijkstra:

� Cost of relaxed edge (u, v) depends...

� ...on shortest path to u.

s

v

u

2τ1τ

Page 35: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 35

Profile Search

Modified Dijkstra:

� Node labels are travel time functions

� Edge relaxation: fnew := min(fold, fu,v ∗ fu)

� PQ key is min fu

⇒ A label correcting algorithm

fu,v

fu

fold

s

v

u

Page 36: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Avoiding Shortcutsin the time-dependent case

11 G.V. Batz, R. Geisberger, S. Neubauer, and P. Sanders:Time-Dependent Contraction Hierarchies and Approximation

Faculty of InformaticsInstitute for Theoretical Informatics, Algorithmics II

How to know that a shortcut is not needed?

u

v

w

⇒ No shortest path leeds ever over 〈u, v , w〉⇒ Don’t insert a shortcut!

Page 37: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Avoiding Shortcutsin the time-dependent case

12 G.V. Batz, R. Geisberger, S. Neubauer, and P. Sanders:Time-Dependent Contraction Hierarchies and Approximation

Faculty of InformaticsInstitute for Theoretical Informatics, Algorithmics II

How to know that a shortcut is not needed?

u

v

w

⇒ If a shortest path leeds over 〈u, v , w〉 for at least one departure time⇒ Insert a shortcut!

Page 38: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

ATCH = Approximated TCHA Space Efficient Data Structure

26 G.V. Batz, R. Geisberger, S. Neubauer, and P. Sanders:Time-Dependent Contraction Hierarchies and Approximation

Faculty of InformaticsInstitute for Theoretical Informatics, Algorithmics II

For each edge of the TCH doReplace weights of shortcuts by two approximated functions......an upper bound...a lower bound...both with much less points...lower bound given implicitly by upper bound

⇒ Needs much less space (10 vs. 23 points).

Page 39: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Earliest Arrival Queries on ATCHsPerformance

29 G.V. Batz, R. Geisberger, S. Neubauer, and P. Sanders:Time-Dependent Contraction Hierarchies and Approximation

Faculty of InformaticsInstitute for Theoretical Informatics, Algorithmics II

ε space [B/n] query error [%]graph method [%] ABS OVH [ms] SPD MAX AVG

Earliest Arrival QueryTCH – 994 899 0.72 1 440 0.00 0.00

Germany ATCH 1 239 144 1.27 816 0.00 0.00ATCH ∞ 118 23 1.45 714 0.00 0.00TCH – 589 513 1.89 1 807 0.00 0.00

Europe ATCH 1 207 131 2.47 1 396 0.00 0.00ATCH ∞ 99 23 15.43 221 0.00 0.00

Page 40: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Profile Queries on ATCHs withCorridor ContractionPerformance

33 G.V. Batz, R. Geisberger, S. Neubauer, and P. Sanders:Time-Dependent Contraction Hierarchies and Approximation

Faculty of InformaticsInstitute for Theoretical Informatics, Algorithmics II

ε space [B/n] query error [%]graph method [%] ABS OVH [ms] MAX AVG

Earliest Arrival QueryTCH – 994 899 1 112.04 0.00 0.00

Germany ATCH 1 239 144 39.23 0.00 0.00ATCH ∞ 118 23 81.07 0.00 0.00TCH – 589 513 4 308.35 0.00 0.00

Europe ATCH 1 207 131 468.43 0.00 0.00ATCH ∞ 99 23 – – –

Page 41: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 22

Public Transportation and CHsProblems:

� Less hierarchy

� Multicriteria a MUST

� complex modelling (walking, changeover delays,. . . )

� prices are not edge based

Approaches:

� SHARC: Contraction + arc flags [Delling et al.]

� Transfer Patterns [Google Zürich]

∼ transit node routing

� Station-Based CHs [R. Geisberger]

more complex edge information

Page 42: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 24

Ride Sharing

Current approaches:

� match only ride offers with identical start/destination (perfect fit)

� sometimes radial search around start/destination

Our approach:

� driver picks passenger up and gives him a ride to his destination

� find the driver with the minimal detour (reasonable fit)

Efficient algorithm:

� adaption of the many-to-many algorithm

⇒ matches a request to 100 000 offers in ≈ 25 ms

Page 43: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 21

“Ultimate” Routing in Road Networks?

Massive floating car data accurate current situation

Past data + traffic model + real time simulation

Nash euqilibrium predicting near future

−→ Vortrag Dennis Luxen

time dependent routing in Nashequilibrium

realistic traffic-adaptive routing

Yet another step further

traffic steering towards a social optimum

Page 44: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 27

Summary

static routing in road networks is easy

applications that require massive amount or routing

instantaneous mobile routing

techniques for advanced models

time-dependent routing is fast

bidirectional time-dependent search

fast queries

fast (parallel) precomputation

Page 45: G. V. Batz, D. Delling, R. Geisberger, M. Kobitzsch, D. Luxen T. Pajor, P. Sanders, D ...algo2.iti.kit.edu/download/ualberta_presentation.pdf · 2019. 8. 15. · edge difference #shortcuts

Sanders: Route Planning 28

More Future Work

� Multiple objective functions and restrictions (bridge height,. . . )

� Other objectives for time-dependent travel