An O(nm)-time network simplex algorithm for the shortest path problem

Citation
D. Goldfarb et Zy. Jin, An O(nm)-time network simplex algorithm for the shortest path problem, OPERAT RES, 47(3), 1999, pp. 445-448
Citations number
14
Categorie Soggetti
Engineering Mathematics
Journal title
OPERATIONS RESEARCH
ISSN journal
0030364X → ACNP
Volume
47
Issue
3
Year of publication
1999
Pages
445 - 448
Database
ISI
SICI code
0030-364X(199905/06)47:3<445:AONSAF>2.0.ZU;2-L
Abstract
We present an O(nm)-time network simplex algorithm for finding a tree of sh ortest paths from a given node to all other nodes in a network of n nodes a nd m directed arcs or finding a directed cycle of negative length. The wors t-case running time of this algorithm is as fast as that proved for any str ongly polynomial algorithm and faster than that proved for any previously p roposed simplex algorithm for this problem. We also show that this algorith m can be implemented in O(nlogn) time using O((m/logn) + n) exclusive read- exclusive write processors of a parallel random access machine.