Finding All Leftmost Separators of Size ≤k

COCOA(2021)

引用 2|浏览3
暂无评分
摘要
We define a notion called leftmost separator of size at most k. A leftmost separator of size k is a minimal separator S that separates two given sets of vertices X and Y such that we "cannot move S more towards X" such that vertical bar S vertical bar 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 k (the treewidth) in the exponent is large. Hence, our goal is to decrease the coefficient of k in the exponent, in order to achieve a more practical algorithm. Hereby, we trade a linear-time algorithm for an O(n log n)-time algorithm. The previous known O(f(k)n log n)-time algorithms have dependences of 2(24k) k!, 2(8.766k) k(2) (a better analysis shows that it is 2(7.671k) k(2)), and higher. In this paper, we present an algorithm for treewidth approximation which runs in time O(2(6.755k) n log n), Furthermore, we count the number of leftmost separators and give a tight upper bound for them. We show that the number of leftmost separators of size <= k is at most Ck-1 (Catalan number). Then, we present an algorithm which outputs all leftmost separators in time O(4(k)/root kn).
更多
查看译文
关键词
leftmost separators,size
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要