🤖 AI Summary
This work addresses the trade-off between low spread—where each vertex appears in few bags—and small width in tree decompositions, focusing specifically on domino tree decompositions (spread = 2). For graphs of treewidth $k$ and maximum degree $\Delta$, the authors develop a refined approach combining improved tree partitioning and chordal completion techniques, yielding decompositions whose underlying trees have maximum degree $O(\Delta)$ and $O(|V|/k\Delta)$ nodes, with tree partition width reduced to $O(k\Delta)$. The central contribution is a proof of an $\Omega(k\Delta^2)$ lower bound on domino treewidth, establishing the tightness of the known $O(k\Delta^2)$ upper bound and resolving an open question posed by Bodlaender regarding its optimality. Additionally, the paper shows that when spread is allowed to depend on $k$, a decomposition of width $O(k\Delta)$ becomes achievable.
📝 Abstract
Tree-decompositions and treewidth are of fundamental importance in structural and algorithmic graph theory. The "spread" of a tree-decomposition is the minimum integer $s$ such that every vertex lies in at most $s$ bags. A tree-decomposition is "domino" if it has spread 2, which is the smallest interesting value of spread. So that spread 1 becomes interesting, one can relax the definition of tree-decomposition to "tree-partition", which allows the endpoints of each edge to be in the same bag or adjacent bags, while demanding that each vertex appears in exactly one bag. Ding and Oporowski [1995] showed that every graph $G$ with treewidth $k$ and maximum degree $Δ$ has a tree-partition with width $O(kΔ)$. We prove the same result with an improved constant, and with the extra property that the underlying tree has maximum degree $O(Δ)$ and $O(|V(G)|/kΔ)$ vertices. This result implies (with an improved constant) the best known upper bound on the domino treewidth of $O(kΔ^2)$, due to Bodlaender [1999]. Moreover, solving an open problem of Bodlaender, we show this upper bound is best possible, by exhibiting graphs with domino treewidth $Ω(kΔ^2)$ for $k\geqslant 2$. On the other hand, allowing the spread to be a function of $k$, we show that width $O(kΔ)$ can be achieved. This result exploits a connection to chordal completions, which we show is best possible, a result of independent interest.