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 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.
Cite
@article{arxiv.2101.00694,
title = {Solving Cut-Problems in Quadratic Time for Graphs With Bounded Treewidth},
author = {Hauke Brinkop and Klaus Jansen},
journal= {arXiv preprint arXiv:2101.00694},
year = {2022}
}