An Improvement of Reed's Treewidth Approximation
Mahdi Belbasi, Martin F\"urer

TL;DR
This paper introduces a faster, simpler approximation algorithm for treewidth that improves the dependence on the parameter k, making it more practical for small k, and compares it to Reed's classical method.
Contribution
The paper presents a new treewidth approximation algorithm with a significantly reduced exponential dependence on k, enhancing efficiency for small treewidth values.
Findings
Algorithm runs in O(2^{O(k)} n log n) time
Provides a simpler and faster alternative to Reed's algorithm
Achieves better dependence on k for small treewidths
Abstract
We present a new approximation algorithm for the treewidth problem which finds an upper bound on the treewidth and constructs a corresponding tree decomposition as well. Our algorithm is a faster variation of Reed's classical algorithm. For the benefit of the reader, and to be able to compare these two algorithms, we start with a detailed time analysis of Reed's algorithm. We fill in many details that have been omitted in Reed's paper. Computing tree decompositions parameterized by the treewidth is fixed parameter tractable (FPT), meaning that there are algorithms running in time where is a computable function, and is polynomial in , where is the number of vertices. An analysis of Reed's algorithm shows and for a 5-approximation. Reed simply claims time for bounded…
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 · Algorithms and Data Compression · Machine Learning and Algorithms
