English

Subexponential time algorithms for finding small tree and path decompositions

Data Structures and Algorithms 2016-05-05 v2

Abstract

The Minimum Size Tree Decomposition (MSTD) and Minimum Size Path Decomposition (MSPD) problems ask for a given n-vertex graph G and integer k, what is the minimum number of bags of a tree decomposition (respectively, path decomposition) of G of width at most k. The problems are known to be NP-complete for each fixed k4k\geq 4. We present algorithms that solve both problems for fixed k in 2O(n/logn)2^{O(n/ \log n)} time and show that they cannot be solved in 2o(n/logn)2^{o(n / \log n)} time, assuming the Exponential Time Hypothesis.

Keywords

Cite

@article{arxiv.1601.02415,
  title  = {Subexponential time algorithms for finding small tree and path decompositions},
  author = {Hans L. Bodlaender and Jesper Nederlof},
  journal= {arXiv preprint arXiv:1601.02415},
  year   = {2016}
}

Comments

Extended abstract appeared in proceedings of ESA 2015

R2 v1 2026-06-22T12:26:43.599Z