@article {15242, title = {On degree constrained shortest paths}, journal = {Algorithms{\textendash}ESA 2005}, year = {2005}, month = {2005///}, pages = {259 - 270}, abstract = {Traditional shortest path problems play a central role in both the design and use of communication networks and have been studied extensively. In this work, we consider a variant of the shortest path problem. The network has two kinds of edges, {\textquotedblleft}actual{\textquotedblright} edges and {\textquotedblleft}potential{\textquotedblright} edges. In addition, each vertex has a degree/interface constraint. We wish to compute a shortest path in the graph that maintains feasibility when we convert the potential edges on the shortest path to actual edges. The central difficulty is when a node has only one free interface, and the unconstrained shortest path chooses two potential edges incident on this node. We first show that this problem can be solved in polynomial time by reducing it to the minimum weighted perfect matching problem. The number of steps taken by this algorithm is O(|E|2 log |E|) for the single-source single-destination case. In other words, for each v we compute the shortest path P v such that converting the potential edges on P v to actual edges, does not violate any degree constraint. We then develop more efficient algorithms by extending Dijkstra{\textquoteright}s shortest path algorithm. The number of steps taken by the latter algorithm is O(|E||V|), even for the single-source all destination case.}, doi = {10.1007/11561071_25}, author = {Khuller, Samir and Lee,K. and Shayman,M.} }