An Improved Parameterized Algorithm for Treewidth
Tuukka Korhonen, Daniel Lokshtanov

TL;DR
This paper introduces a new algorithm that efficiently computes or approximates the treewidth of a graph, improving the dependency on parameter k and addressing longstanding open problems in the field.
Contribution
It presents the first algorithm with a sub-cubic exponential dependency for exact treewidth and an approximation algorithm with ratio less than 2, both in polynomial space.
Findings
First improvement on k-dependency since 1991 algorithms.
Polynomial space algorithms for exact and approximate treewidth.
Approximation algorithm achieves ratio less than 2.
Abstract
We give an algorithm that takes as input an -vertex graph and an integer , runs in time , and outputs a tree decomposition of of width at most , if such a decomposition exists. This resolves the long-standing open problem of whether there is a time algorithm for treewidth. In particular, our algorithm is the first improvement on the dependency on in algorithms for treewidth since the time algorithm given by Bodlaender and Kloks [ICALP 1991] and Lagergren and Arnborg [ICALP 1991]. We also give an algorithm that given an -vertex graph , an integer , and a rational , in time either outputs a tree decomposition of of width at most or determines that the treewidth of is larger than . Prior to our work, no…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research
