Finding All Leftmost Separators of Size $\leq k$
Mahdi Belbasi, Martin F\"urer

TL;DR
This paper introduces the concept of leftmost separators to improve the efficiency of treewidth approximation algorithms, achieving a faster algorithm with a better exponential dependence on the parameter k.
Contribution
It defines leftmost separators, analyzes their properties, and develops a more efficient algorithm for treewidth approximation with improved exponential dependence on k.
Findings
The number of leftmost separators of size ≤ k is at most the Catalan number C_{k-1}.
An algorithm outputs all leftmost separators in time O(4^k / sqrt{k} * n).
The new algorithm runs in time O(2^{6.755k} * n log n), improving previous bounds.
Abstract
We define a notion called leftmost separator of size at most . A leftmost separator of size is a minimal separator that separates two given sets of vertices and such that we "cannot move more towards " such that remains smaller than the threshold. One of the incentives is that by using leftmost separators we can improve the time complexity of treewidth approximation. Treewidth approximation is a problem which is known to have a linear time FPT algorithm in terms of input size, and only single exponential in terms of the parameter, treewidth. It is not known whether this result can be improved theoretically. However, the coefficient of the parameter (the treewidth) in the exponent is large. Hence, our goal is to decrease the coefficient of in the exponent, in order to achieve a more practical algorithm. Hereby, we trade a linear-time algorithm for…
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 · Algorithms and Data Compression
