English

Fast FPT-Approximation of Branchwidth

Data Structures and Algorithms 2021-11-08 v1 Combinatorics

Abstract

Branchwidth determines how graphs, and more generally, arbitrary connectivity (basically symmetric and submodular) functions could be decomposed into a tree-like structure by specific cuts. We develop a general framework for designing fixed-parameter tractable (FPT) 2-approximation algorithms for branchwidth of connectivity functions. The first ingredient of our framework is combinatorial. We prove a structural theorem establishing that either a sequence of particular refinement operations could decrease the width of a branch decomposition or that the width of the decomposition is already within a factor of 2 from the optimum. The second ingredient is an efficient implementation of the refinement operations for branch decompositions that support efficient dynamic programming. We present two concrete applications of our general framework. \bullet An algorithm that for a given nn-vertex graph GG and integer kk in time 22O(k)n22^{2^{O(k)}} n^2 either constructs a rank decomposition of GG of width at most 2k2k or concludes that the rankwidth of GG is more than kk. It also yields a (22k+11)(2^{2k+1}-1)-approximation algorithm for cliquewidth within the same time complexity, which in turn, improves to f(k)n2f(k)n^2 the running times of various algorithms on graphs of cliquewidth kk. Breaking the "cubic barrier" for rankwidth and cliquewidth was an open problem in the area. \bullet An algorithm that for a given nn-vertex graph GG and integer kk in time 2O(k)n2^{O(k)} n either constructs a branch decomposition of GG of width at most 2k2k or concludes that the branchwidth of GG is more than kk. This improves over the 3-approximation that follows from the recent treewidth 2-approximation of Korhonen [FOCS 2021].

Keywords

Cite

@article{arxiv.2111.03492,
  title  = {Fast FPT-Approximation of Branchwidth},
  author = {Fedor V. Fomin and Tuukka Korhonen},
  journal= {arXiv preprint arXiv:2111.03492},
  year   = {2021}
}

Comments

45 pages

R2 v1 2026-06-24T07:27:48.304Z