Solving Cut-Problems in Quadratic Time for Graphs With Bounded Treewidth
Hauke Brinkop, Klaus Jansen

TL;DR
This paper introduces a quadratic-time algorithm for solving the Max-Bisection problem on graphs with bounded treewidth, significantly improving previous methods and applicable to various related cut problems.
Contribution
The authors develop a new framework that solves Max-Bisection in time O(2^t n^2) given a tree decomposition, improving prior algorithms and extending to other cut problems.
Findings
Achieves quadratic time complexity for Max-Bisection with bounded treewidth
Improves previous algorithms by a factor of t^2
Applicable to various cut problems and weighted/directed graphs
Abstract
In the problem (Unweighted) Max-Cut we are given a graph and asked for a set such that the number of edges from to is maximal. In this paper we consider an even harder problem: (Weighted) Max-Bisection. Here we are given an undirected graph and a weight function and the task is to find a set such that (i) the sum of the weights of edges from is maximal; and (ii) contains vertices (where ). We design a framework that allows to solve this problem in time if a tree decomposition of width is given as part of the input. This improves the previously best running time for Max-Bisection of [DBLP:journals/tcs/HanakaKS21] by a factor . Under common hardness assumptions, neither the dependence…
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.
Code & Models
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 · VLSI and FPGA Design Techniques
