Structural Parameterization of Steiner Tree Packing
By: Niko Hastrich, Kirill Simonov
Potential Business Impact:
Solves hard computer chip design problems faster.
Steiner Tree Packing (STP) is a notoriously hard problem in classical complexity theory, which is of practical relevance to VLSI circuit design. Previous research has approached this problem by providing heuristic or approximate algorithms. In this paper, we show the first FPT algorithms for STP parameterized by structural parameters of the input graph. In particular, we show that STP is fixed-parameter tractable by the tree-cut width as well as the fracture number of the input graph. To achieve our results, we generalize techniques from Edge-Disjoint Paths (EDP) to Generalized Steiner Tree Packing (GSTP), which generalizes both STP and EDP. First, we derive the notion of the augmented graph for GSTP analogous to EDP. We then show that GSTP is FPT by (1) the tree-cut width of the augmented graph, (2) the fracture number of the augmented graph, (3) the slim tree-cut width of the input graph. The latter two results were previously known for EDP; our results generalize these to GSTP and improve the running time for the parameter fracture number. On the other hand, it was open whether EDP is FPT parameterized by the tree-cut width of the augmented graph, despite extensive research on the structural complexity of the problem. We settle this question affirmatively.
Similar Papers
The Steiner Shortest Path Tree Problem
Data Structures and Algorithms
Finds shortest routes with fewest stops.
FPT Parameterisations of Fractional and Generalised Hypertree Width
Data Structures and Algorithms
Helps computers solve harder problems faster.
Search Trees on Trees via LP
Data Structures and Algorithms
Finds best ways to search through tree-like data.