Solving Cut-Problems in Quadratic Time for Graphs With Bounded Treewidth
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 $w \colon E \to \mathbb Q_{>0}$ 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 on in the exponent nor the dependence on can be reduced [DBLP:journals/tcs/HanakaKS21,DBLP:journals/jcss/EibenLM21,DBLP:journals/talg/LokshtanovMS18]. Our framework can be applied to other cut problems like Min-Edge-Expansion, Sparsest-Cut, Densest-Cut, -Balanced-Min-Cut, and Min-Bisection. It also works in the setting with arbitrary weights and directed edges.
Paper Prompts
Sign up for free to create and run prompts on this paper.