Delay-constrained Minimum Shortest Path Trees and Related Problems

Junran Lichen,Lijian Cai,Jianping Li,Suding Liu,Pengxiang Pan,Wencheng Wang
DOI: https://doi.org/10.1007/978-3-030-92681-6_53
IF: 1.002
2023-01-01
Theoretical Computer Science
Abstract:Motivated by applications in communication networks of the diameter-constrained minimum spanning tree problem, we consider the delay-constrained minimum shortest path tree (DcMSPT) problem. Specifically, given a weighted graph \(G=(V,E;w,c)\) and a constant \(d_0\), where length function \(w: E \rightarrow R^+\) and cost function \(c: E \rightarrow R^+\), we are asked to find a minimum cost shortest path tree among all shortest path trees (in G) whose delays are no more than \(d_0\), where the delay of a shortest path tree is the maximum distance (depending on \(w(\cdot )\)) from its source to every other leaves in that tree, and the cost of a shortest path tree is the sum of costs of all edges (depending on \(c(\cdot )\)) in that tree. Particularly, when a constant \(d_0\) is exactly the radius of G, we refer to this version of the DcMSPT problem as the minimum radius minimum shortest path tree (MRMSPT) problem. Similarly, the maximum delay minimum shortest path tree (MDMSPT) problem is asked to find a minimum cost shortest path tree among all shortest path trees (in G) whose delays are exactly the diameter of G.
What problem does this paper attempt to address?