Finding the K shortest paths in a time-schedule network with constraints on arcs

Wen Jin,Shuiping Chen,Hai Jiang
DOI: https://doi.org/10.1016/j.cor.2013.07.005
IF: 5.159
2013-01-01
Computers & Operations Research
Abstract:We study a new variant of the time-constrained shortest path problem (TCSPP), that is, the K shortest paths problem in a time-schedule network with constraints on arcs. In such networks, each arc has a list of pre-specified departure times, and traversal along the arc can only take place at one of those departure times. We develop a solution algorithm that finds the K shortest looping paths in O(mlog(nr)+Kmr^2@h) time, where n is the number of nodes, m is the number of arcs, r is the maximum number of departure times on an arc, and @h is the maximum in-degree of a node. Computational experiments show that our algorithm outperforms existing ones adapted to solve the same problem.
What problem does this paper attempt to address?