A Parameterized Approximation Algorithm for The Shallow-Light Steiner Tree Problem
Longkun Guo, Kewen Liao

TL;DR
This paper introduces the first parameterized approximation algorithm for the NP-hard shallow-light Steiner tree problem, providing a pseudo-polynomial exact solution and an improved polynomial-time approximation with delay and cost guarantees.
Contribution
It presents the first parameterized approximation algorithm for SLST, with an exact pseudo-polynomial solution and a polynomial approximation with delay and cost bounds.
Findings
Exact algorithm with $O(3^{|S|}|V|D)$ time complexity.
Polynomial-time approximation with delay $(1+psilon)D$ and optimal cost.
First known parameterized approximation algorithm for SLST.
Abstract
For a given graph with a terminal set and a selected root , a positive integer cost and a delay on every edge and a delay constraint , the shallow-light Steiner tree (\emph{SLST}) problem is to compute a minimum cost tree spanning the terminals of , in which the delay between root and every vertex is restrained by . This problem is NP-hard and very hard to approximate. According to known inapproximability results, this problem admits no approximation with ratio better than factor unless \cite{khandekar2013some}, while it admits no approximation ratio better than for D=4 unless \cite{bar2001generalized}. Hence, the paper focus on parameterized algorithm for \emph{SLST}. We firstly present an exact algorithm for \emph{SLST} with time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · VLSI and FPGA Design Techniques
