Trade-off between spread and width for tree decompositions

πŸ“… 2026-01-07
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This study investigates the trade-off between width and average vertex spread in tree decompositions: specifically, whether one can achieve a decomposition whose width is a linear function of the graph’s treewidth while ensuring that the spread of each vertex scales proportionally to its degree. Employing techniques from graph theory, combinatorial optimization, and parameterized analysis, the authors establish that a width coefficient \( c \geq 2 \) is necessary, while \( c > 3 \) is sufficient. Moreover, they present the first explicit construction of a tree decomposition simultaneously achieving \( O(\text{tw}(G)) \) width and near-optimal average spread. This work fully resolves two central questions posed by Wood, delineating precise theoretical boundaries and providing a feasible construction for balancing width and spread in tree decompositions.

Technology Category

Application Category

πŸ“ Abstract
We study the trade-off between (average) spread and width in tree decompositions, answering several questions from Wood [arXiv:2509.01140]. The spread of a vertex $v$ in a tree decomposition is the number of bags that contain $v$. Wood asked for which $c>0$, there exists $c'$ such that each graph $G$ has a tree decomposition of width $c\cdot tw(G)$ in which each vertex $v$ has spread at most $c'(d(v)+1)$. We show that $c\geq 2$ is necessary and that $c>3$ is sufficient. Moreover, we answer a second question fully by showing that near-optimal average spread can be achieved simultaneously with width $O(tw(G))$.
Problem

Research questions and friction points this paper is trying to address.

tree decomposition
spread
width
treewidth
graph theory
Innovation

Methods, ideas, or system contributions that make the work stand out.

tree decomposition
spread
treewidth
graph algorithms
parameterized complexity
πŸ”Ž Similar Papers
H
H. Bodlaender
Department of Information and Computing Sciences, Utrecht University
Carla Groenland
Carla Groenland
TU Delft
Combinatoricsalgorithmsgraph theorycomputational complexity