Speeding up dynamic shortest path algorithms

L.S. Buriol,  M.G.C. Resende, and M. Thorup

INFORMS J. on Computing, vol. 20, No. 2, pp. 191–204, 2008.

ABSTRACT

Dynamic shortest path algorithms update the shortest paths to take into account a change in an edge weight. This paper describes a new technique that allows the reduction of heap sizes used by several dynamic shortest path algorithms.  For unit weight change, the updates can be done without heaps.  These reductions almost always reduce the computational times for these algorithms. In computational testing, several dynamic shortest path algorithms with and without the heap-reduction technique are compared.  Speedups of up to a factor of 1.8 were observed using the heap-reduction technique on random weight changes and of over a factor of five on unit weight changes.  We compare as well with Dijkstra's algorithm, which recomputes the paths from scratch.  With respect to Dijkstra's algorithm, speedups of up to five orders of magnitude are observed.

PDF file of paper

DjVu file of paper

Go back

Mauricio G.C. Resende's Home Page

Last modified: 12 June 2008

Copyright Notice