English

A O(c^k n) 5-Approximation Algorithm for Treewidth

Data Structures and Algorithms 2013-04-24 v1 Discrete Mathematics

Abstract

We give an algorithm that for an input n-vertex graph G and integer k>0, in time 2^[O(k)]n either outputs that the treewidth of G is larger than k, or gives a tree decomposition of G of width at most 5k+4. This is the first algorithm providing a constant factor approximation for treewidth which runs in time single-exponential in k and linear in n. Treewidth based computations are subroutines of numerous algorithms. Our algorithm can be used to speed up many such algorithms to work in time which is single-exponential in the treewidth and linear in the input size.

Keywords

Cite

@article{arxiv.1304.6321,
  title  = {A O(c^k n) 5-Approximation Algorithm for Treewidth},
  author = {Hans Bodlaender and Pål G. Drange and Markus S. Dregi and Fedor V. Fomin and Daniel Lokshtanov and Michał Pilipczuk},
  journal= {arXiv preprint arXiv:1304.6321},
  year   = {2013}
}
R2 v1 2026-06-22T00:04:55.545Z