The Behavior of Tree-Width and Path-Width under Graph Operations and Graph Transformations
Frank Gurski, Robin Weishaupt
TL;DR
This work provides a comprehensive survey of how tree-width $tw$ and path-width $pw$ behave under a broad spectrum of unary and binary graph transformations, presenting tight bounds when possible and constructive decompositions in linear time. It consolidates and extends known results, showing, for example, precise width changes for vertex/edge deletions, additions, minors, and powers, as well as for line graphs and various graph products. The paper highlights that many transformations preserve width within small additive factors, while others can cause unbounded increases, underscoring the nuanced relationship between graph structure and width. Overall, the results offer a practical toolkit for predicting and computing width changes under common graph operations, with implications for algorithmic design on bounded-width graph classes.
Abstract
Tree-width and path-width are well-known graph parameters. Many NP-hard graph problems allow polynomial-time solutions, when restricted to graphs of bounded tree-width or bounded path-width. In this work, we study the behavior of tree-width and path-width under various unary and binary graph transformations. Doing so, for considered transformations we provide upper and lower bounds for the tree-width and path-width of the resulting graph in terms of the tree-width and path-width of the initial graphs or argue why such bounds are impossible to specify. Among the studied, unary transformations are vertex addition, vertex deletion, edge addition, edge deletion, subgraphs, vertex identification, edge contraction, edge subdivision, minors, powers of graphs, line graphs, edge complements, local complements, Seidel switching, and Seidel complementation. Among the studied, binary transformations we consider the disjoint union, join, union, substitution, graph product, 1-sum, and corona of two graphs.
