2009
DOI: 10.1007/s00453-009-9341-0
|View full text |Cite
|
Sign up to set email alerts
|

Time-Dependent SHARC-Routing

Abstract: In recent years, many speed-up techniques for Dijkstra's algorithm have been developed that make the computation of shortest paths in static road networks a matter of microseconds. However, only few of those techniques work in timedependent networks which, unfortunately, appear quite frequently in reality: Roads are predictably congested by traffic jams, and efficient timetable information systems rely on time-dependent networks. Hence, a fast technique for routing in such networks is needed.In this work, we p… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
102
0
1

Year Published

2009
2009
2022
2022

Publication Types

Select...
4
3

Relationship

3
4

Authors

Journals

citations
Cited by 91 publications
(103 citation statements)
references
References 29 publications
0
102
0
1
Order By: Relevance
“…We always apply a binary heap when a priority queue is needed. We use the graph datastructure that is also applied in [20][21][22]. There, the datastructure has experimentally shown to perform well in the context of shortest-path computation on sparse graphs.…”
Section: Data Structuresmentioning
confidence: 99%
“…We always apply a binary heap when a priority queue is needed. We use the graph datastructure that is also applied in [20][21][22]. There, the datastructure has experimentally shown to perform well in the context of shortest-path computation on sparse graphs.…”
Section: Data Structuresmentioning
confidence: 99%
“…For the contraction phase, i.e., the routine that selects which nodes have to be bypassed and then adds shortcuts to preserve distances between remaining nodes, we use the algorithm proposed in [8]. We define the expansion [19] of a node u as the quotient between the number of added shortcuts and the number of edges removed if u is bypassed, and the hop-number of a shortcut as the number of edges that the shortcut represents.…”
Section: Contractionmentioning
confidence: 99%
“…Note that the contraction of u may influence the bypassability score of adjacent nodes, so these scores must be recomputed after a node is chosen. As suggested by [8], we give a larger importance to the expansion of a node when determining its bypassability score, thus using a coefficient of 10 for this factor in the linear combination, whereas the other two factors are added with unitary coefficient. This heuristic is motivated by the good results obtained in [8]; experiments in [16] show that all "reasonable" heuristics to determine the bypassability score perform well in practice.…”
Section: Contractionmentioning
confidence: 99%
See 2 more Smart Citations