Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 491 Bytes

stop-state-initialization.md

File metadata and controls

11 lines (11 loc) · 491 Bytes
layout tags title short-description notation example type alias formats
term
process
shortest-path
stop state initialization
The first step of a shortest-path algorithm. Stop labels should be initialized to be greater-than or equal to their final cost and should allow for the greatest number of emanating links (i.e. for a walk access link in a forward-shortest-path, assume it is as early as possible). All stops are added to the label stop queue.
.
process
.