Tree-partitions and small-spread tree-decompositions
This work addresses structural graph theory problems for researchers in algorithmic graph theory, providing incremental improvements and optimality proofs for tree-decomposition bounds.
The paper tackles the problem of constructing tree-partitions and small-spread tree-decompositions for graphs with bounded treewidth and maximum degree, improving constants and proving optimality for domino treewidth bounds. It shows that every graph with treewidth k and maximum degree Δ has a tree-partition with width O(kΔ) and underlying tree properties, implying an improved O(kΔ^2) upper bound for domino treewidth, which is proven optimal, and explores width O(kΔ) with spread depending on k.
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.