An extended shortest path problem with switch cost between arcs

Xiaolong Ma,Jie Zhou
2008-01-01
Abstract:Computing the shortest path in a graph is an important problem and it is very useful in various applications. The standard shortest path problem has been studied extensively and intensively, but it can't handle the situation when there is a switch cost between arcs. For example, in a train transportation network, the switch cost between arcs contains waiting time in stations, times of transfer and so on. Obviously, the switch cost is an important factor for users to make decisions. Taking into consideration of the switch cost between arcs, we extend the standard shortest path problem and propose an algorithm and its optimized version to solve the extended single source shortest path problem. Test results show that the proposed algorithms can give reasonable and acceptable results for users.
What problem does this paper attempt to address?