Approximate Tree Decompositions of Planar Graphs in Linear Time
Frank Kammer, Torsten Tholey

TL;DR
This paper introduces a linear-time algorithm for computing approximate tree decompositions of planar graphs with small treewidth, enabling efficient solutions for many NP-hard problems on such graphs.
Contribution
It presents the first algorithm that computes a tree decomposition of width O(k) in O(n k^2 log k) time for planar graphs, improving the efficiency of solving related problems.
Findings
Algorithm runs in O(n k^2 log k) time.
Enables solving NP-hard problems efficiently on planar graphs.
Provides a new approach to approximate tree decompositions.
Abstract
Many algorithms have been developed for NP-hard problems on graphs with small treewidth . For example, all problems that are expressable in linear extended monadic second order can be solved in linear time on graphs of bounded treewidth. It turns out that the bottleneck of many algorithms for NP-hard problems is the computation of a tree decomposition of width . In particular, by the bidimensional theory, there are many linear extended monadic second order problems that can be solved on -vertex planar graphs with treewidth in a time linear in and subexponential in if a tree decomposition of width can be found in such a time. We present the first algorithm that, on -vertex planar graphs with treewidth , finds a tree decomposition of width in such a time. In more detail, our algorithm has a running time of . We show the result…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Interconnection Networks and Systems
