2006
DOI: 10.1016/j.cor.2005.03.027
|View full text |Cite
|
Sign up to set email alerts
|

Heuristic shortest path algorithms for transportation applications: State of the art

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
131
0
3

Year Published

2011
2011
2021
2021

Publication Types

Select...
6
3
1

Relationship

0
10

Authors

Journals

citations
Cited by 256 publications
(148 citation statements)
references
References 54 publications
0
131
0
3
Order By: Relevance
“…CLOSE list have the nodes which have been already checked, further these nodes are kept in this list to ensure no duplications. It implies that the OPEN list has the nodes which need to be considered for further processing and the entries in CLOSE list indicate the nodes which may not be re-required in further steps [6,7].…”
Section: Best First Methods For Shortest Path Findingmentioning
confidence: 99%
“…CLOSE list have the nodes which have been already checked, further these nodes are kept in this list to ensure no duplications. It implies that the OPEN list has the nodes which need to be considered for further processing and the entries in CLOSE list indicate the nodes which may not be re-required in further steps [6,7].…”
Section: Best First Methods For Shortest Path Findingmentioning
confidence: 99%
“…This graph has at most nK nodes and at most Many algorithms can compute optimal solutions to the shortest path problem. 23 The results in this paper were generated with one of these algorithms (a dynamic programming value iteration algorithm), but other algorithms like the A * algorithm could also be used to find a minimum-cost configuration schedule. The computational complexity of the dynamic programming value iteration algorithm is O(n 2 K).…”
Section: Algorithm Solution Methodsmentioning
confidence: 99%
“…Multiple possibilities exist to speed up shortest path queries [15], like goal-directed search [19], bidirectional search [31], hierarchical search [18], etc. Some of them have already been applied to the multi-objective shortest path problem, such as the goal-directed (A*) algorithm of [42].…”
Section: The Algorithmmentioning
confidence: 99%