Parameterized Spanning Tree Congestion
Michael Lampis, Valia Mitsou, Edouard Nemery, Yota Otachi, Manolis Vasilakis, Daniel Vaz
TL;DR
The paper investigates Spanning Tree Congestion (STC), the problem of selecting a spanning tree that minimizes the maximum edge congestion. It delivers a comprehensive parameterized complexity landscape: STC is not FPT by treewidth via a general vertex-deletion-to-class reduction, with NP-hardness on modular-width $4$ and maximum degree $8$, while there exist explicit FPT algorithms and FPT-approximation schemes for bounded treewidth and related deletion-distance parameters. It also shows FPT results for several graph parameters, including distance to clique, vertex integrity, and feedback edge number, often via ILP reductions or kernelization. Together, these results map the tractability frontier for STC under structural graph parameters and provide practical FPT approaches and kernels for several important cases. The work connects MSO/Courcelle-type perspectives with explicit dynamic-programming and ILP-based strategies to yield concrete running times and approximation guarantees.
Abstract
In this paper we study the Spanning Tree Congestion problem, where we are given a graph $G=(V,E)$ and are asked to find a spanning tree $T$ of minimum maximum congestion. Here, the congestion of an edge $e\in T$ is the number of edges $uv\in E$ such that the (unique) path from $u$ to $v$ in $T$ traverses $e$. We consider this well-studied NP-hard problem from the point of view of (structural) parameterized complexity and obtain the following results. We resolve a natural open problem by showing that Spanning Tree Congestion is not FPT parameterized by treewidth (under standard assumptions). More strongly, we present a generic reduction which applies to (almost) any parameter of the form ``vertex-deletion distance to class $\mathcal{C}$'', thus obtaining W[1]-hardness for parameters more restricted than treewidth, including tree-depth plus feedback vertex set, or incomparable to treewidth, such as twin cover. Via a slight tweak of the same reduction we also show that the problem is NP-complete on graphs of modular-width $4$. Even though it is known that Spanning Tree Congestion remains NP-hard on instances with only one vertex of unbounded degree, it is currently open whether the problem remains hard on bounded-degree graphs. We resolve this question by showing NP-hardness on graphs of maximum degree 8. Complementing the problem's W[1]-hardness for treewidth...
