🤖 AI Summary
This study investigates the computational complexity of the Spanning Tree Congestion (STC) problem across various graph classes. It establishes that STC is NP-hard for graphs with maximum degree at least three. In contrast, for any fixed integer \( K \), the paper presents the first polynomial-time algorithm to decide STC on \( K \)-edge-connected graphs. By integrating graph-theoretic properties, edge-connectivity structures, and complexity reduction techniques, the work precisely delineates the intractability boundary of STC in low-degree graphs and demonstrates its efficient solvability in highly edge-connected graphs, thereby clarifying the critical threshold that governs the problem’s computational complexity.
📝 Abstract
In the spanning-tree congestion problem ($\mathsf{STC}$), we are given a graph $G$, and the objective is to compute a spanning tree of $G$ that minimizes the maximum edge congestion. While $\mathsf{STC}$ is known to be $\mathbb{NP}$-hard, even for some restricted graph classes, several key questions regarding its computational complexity remain open, and we address some of these in our paper. (i) For graphs of degree at most $\Delta$, it is known that $\mathsf{STC}$ is $\mathbb{NP}$-hard when $\Delta\ge 8$. We provide a complete resolution of this variant, by showing that $\mathsf{STC}$ remains $\mathbb{NP}$-hard for each degree bound $\Delta\ge 3$. (ii) In the decision version of $\mathsf{STC}$, given an integer $K$, the goal is to determine whether the congestion of $G$ is at most $K$. We prove that this variant is polynomial-time solvable for $K$-edge-connected graphs.