Title :
Computing a Most Probable Delay Constrained Path: NP-Hardness and Approximation Schemes
Author :
Xiao, Ying ; Thulasiraman, Krishnaiyan ; Fang, Xi ; Yang, Dejun ; Xue, Guoliang
Author_Institution :
Sch. of Comput. Sci., Univ. of Oklahoma, Norman, OK, USA
fDate :
5/1/2012 12:00:00 AM
Abstract :
Delay constrained path selection is concerned with finding a source-to-destination path so that the delay of the path is within a given delay bound. When the network is modeled by a directed graph where the delay of a link is a random variable with a known mean and a known variance, the problem becomes that of computing a most probable delay constrained path. In this paper, we present a comprehensive theoretical study of this problem. First, we prove that the problem is NP-hard. Next, for the case where there exists a source-to-destination path with a delay mean no more than the given delay bound, we present a fully polynomial time approximation scheme. In other words, for any given constant ε such that 0 <; ε <; 1, our algorithm computes a path whose probability of satisfying the delay constraint is at least (1-ε) times the probability that the optimal path satisfies the delay constraint, with a time complexity bounded by a polynomial in the number of network nodes and 1/ε. Finally, for the case where any source-to-destination path has a delay mean larger than the given delay bound, we present a simple approximation algorithm with an approximation ratio bounded by the square root of the hop count of the optimal path.
Keywords :
approximation theory; computational complexity; directed graphs; probability; NP-Hardness; approximation schemes; delay bound; delay constrained path selection; directed graph; fully polynomial time approximation scheme; known mean; known variance; probability; source-to-destination path; time complexity; Algorithm design and analysis; Approximation algorithms; Approximation methods; Delay; Polynomials; Routing; Upper bound; Delay constrained path selection; approximation schemes.; computational complexity;
Journal_Title :
Computers, IEEE Transactions on