On weighted graph separation problems and flow-augmentation
Eun Jung Kim, Tomáš Masařík, Marcin Pilipczuk, Roohani Sharma, Magnus Wahlström
TL;DR
The paper investigates the parameterized complexity of weighted graph separation problems under the flow-augmentation paradigm. It extends the approach to obtain randomized FPT algorithms for weighted undirected Multicut, weighted Group Feedback Vertex/Edge Set, and weighted Directed Subset Feedback Edge/Vertex Set, parameterized by the cutset size $k$, while identifying Directed Symmetric Multicut as a major open question. Central to the results is reducing target problems to Generalized Digraph Pair Cut (GDPC) and its tractable variants (e.g., 2K2-free, $b$-bounded, bundled cut with order) via iterative compression, untangling, and labeling-extension gadgets, ultimately leveraging weighted Multiway Cut subroutines. The work broadens flow-augmentation’s applicability from trees and the Directed Feedback Vertex Set problem to a broader class of weighted graph separations, providing a toolkit for future problems and clarifying the boundaries of current techniques. Overall, the paper demonstrates that several weighted separation problems admit randomized FPT algorithms, while highlighting the persisting challenge of Directed Symmetric Multicut and offering a roadmap for tackling it with flow-augmentation and GDPC-based reductions.
Abstract
One of the first application of the recently introduced technique of \emph{flow-augmentation} [Kim et al., STOC 2022] is a fixed-parameter algorithm for the weighted version of \textsc{Directed Feedback Vertex Set}, a landmark problem in parameterized complexity. In this note we explore applicability of flow-augmentation to other weighted graph separation problems parameterized by the size of the cutset. We show the following. -- In weighted undirected graphs \textsc{Multicut} is FPT, both in the edge- and vertex-deletion version. -- The weighted version of \textsc{Group Feedback Vertex Set} is FPT, even with an oracle access to group operations. -- The weighted version of \textsc{Directed Subset Feedback Vertex Set} is FPT. Our study reveals \textsc{Directed Symmetric Multicut} as the next important graph separation problem whose parameterized complexity remains unknown, even in the unweighted setting.
