DocumentCode
243198
Title
Finding all best ties by a K shortest paths method of Dreyfus in a general digraph for routing control
Author
Mizutani, Eiji
Author_Institution
Dept. of Ind. Manage., Nat. Taiwan Univ. of Sci. & Technol., Taipei, Taiwan
fYear
2014
fDate
22-25 Oct. 2014
Firstpage
1
Lastpage
6
Abstract
For finding all-pairs shortest paths in a digraph of n nodes, the well-known Floyd-Warshall method yields a particular best path between each pair of nodes efficiently in running time O(n3) when there is no negative-cost cycle (and all ties are ignored). Such a digraph may be a model of a real-world transportation, communication, or road network; then, the information of alternative best routing (if any) would be useful for routing control. We thus first ask if there exists any “tie” (i.e., another best path) between each pair of designated nodes; if any tie exists, we then list them all of the same shortest length. To this end, we employ a so-called Dreyfus method (coined by Lawler, 1976), an efficient auxiliary-information dynamic-programming (DP) procedure that can find additional K best paths in O(Knlogn) in addition to a given best path in a single-source shortest-path problem. This paper shows how Dreyfus´s DP finds alternative best paths (while detecting a zero-cost cycle if it exists at the same time) efficiently in conjunction with auxiliary functions for evaluating optimal value functions. Its computational convenience has been somewhat overlooked in the literature.
Keywords
computational complexity; directed graphs; dynamic programming; DP; Dreyfus method; Floyd-Warshall method; K best paths; K shortest paths method; all-pairs shortest paths; auxiliary functions; auxiliary-information dynamic-programming; best ties; digraph; optimal value functions; routing control; running time; shortest length; single-source shortest-path problem; zero-cost cycle; Algorithm design and analysis; Dynamic programming; Heuristic algorithms; Operations research; Presses; Routing; Standards; Dreyfus´s method; Dynamic programming (DP); K shortest paths algorithms; routing control;
fLanguage
English
Publisher
ieee
Conference_Titel
TENCON 2014 - 2014 IEEE Region 10 Conference
Conference_Location
Bangkok
ISSN
2159-3442
Print_ISBN
978-1-4799-4076-9
Type
conf
DOI
10.1109/TENCON.2014.7022422
Filename
7022422
Link To Document