A (probably) optimal algorithm for Bisection on bounded-treewidth graphs
Tesshu Hanaka, Yasuaki Kobayashi, Taiga Sone

TL;DR
This paper presents a new algorithm for the maximum/minimum bisection problems on bounded-treewidth graphs that is asymptotically optimal and matches the best possible complexity bounds under certain complexity assumptions.
Contribution
The authors develop an $O(2^t(tn)^2)$-time algorithm for bisection problems on bounded-treewidth graphs, achieving asymptotic optimality under the Strong Exponential Time Hypothesis.
Findings
The new algorithm is asymptotically tight to existing lower bounds.
Exponential dependency on treewidth is proven to be optimal under SETH.
Discussion on tractability of bisection problems for special graph classes.
Abstract
The maximum/minimum bisection problems are, given an edge-weighted graph, to find a bipartition of the vertex set into two sets whose sizes differ by at most one, such that the total weight of edges between the two sets is maximized/minimized. Although these two problems are known to be NP-hard, there is an efficient algorithm for bounded-treewidth graphs. In particular, Jansen et al. (SIAM J. Comput. 2005) gave an -time algorithm when given a tree decomposition of width of the input graph, where is the number of vertices of the input graph. Eiben et al. (ESA 2019) improved the dependency of in the running time by giving an -time algorithm. Moreover, they showed that there is no -time algorithm for trees under some reasonable complexity assumption. In this paper, we show an -time algorithm for both…
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
