Solving hard cut problems via flow-augmentation

07/17/2020
by   Eun Jung Kim, et al.
0

We present a new technique for designing FPT algorithms for graph cut problems in undirected graphs, which we call flow augmentation. Our technique is applicable to problems that can be phrased as a search for an (edge) (s,t)-cut of cardinality at most k in an undirected graph G with designated terminals s and t. More precisely, we consider problems where an (unknown) solution is a set Z ⊆ E(G) of size at most k such that (1) in G-Z, s and t are in distinct connected components, (2) every edge of Z connects two distinct connected components of G-Z, and (3) if we define the set Z_s,t⊆ Z as these edges e ∈ Z for which there exists an (s,t)-path P_e with E(P_e) ∩ Z = {e}, then Z_s,t separates s from t. We prove that in this scenario one can in randomized time k^O(1) (|V(G)|+|E(G)|) add a number of edges to the graph so that with 2^-O(k log k) probability no added edge connects two components of G-Z and Z_s,t becomes a minimum cut between s and t. We apply our method to obtain a randomized FPT algorithm for a notorious "hard nut" graph cut problem we call Coupled Min-Cut. This problem emerges out of the study of FPT algorithms for Min CSP problems, and was unamenable to other techniques for parameterized algorithms in graph cut problems, such as Randomized Contractions, Treewidth Reduction or Shadow Removal. To demonstrate the power of the approach, we consider more generally Min SAT(Γ), parameterized by the solution cost. We show that every problem Min SAT(Γ) is either (1) FPT, (2) W[1]-hard, or (3) able to express the soft constraint (u → v), and thereby also the min-cut problem in directed graphs. All the W[1]-hard cases were known or immediate, and the main new result is an FPT algorithm for a generalization of Coupled Min-Cut.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/09/2021

Preventing Small (𝐬,𝐭)-Cuts by Protecting Edges

We introduce and study Weighted Min (s,t)-Cut Prevention, where we are g...
research
07/15/2022

Flow-augmentation III: Complexity dichotomy for Boolean CSPs parameterized by the number of unsatisfied constraints

We study the parameterized problem of satisfying “almost all” constraint...
research
06/30/2023

Safe Edges: A Study of Triangulation in Fill-in and Tree-Width Problems

This paper considers two well-studied problems Minimum Fill-In (Min Fill...
research
08/23/2021

The complexity of high-dimensional cuts

Cut problems form one of the most fundamental classes of problems in alg...
research
06/15/2018

Formulations for designing robust networks. An application to wind power collection

We are interested in the design of survivable capacitated rooted Steiner...
research
10/16/2018

Multi-budgeted directed cuts

We study multi-budgeted variants of the classic minimum cut problem and ...
research
11/05/2021

Directed flow-augmentation

We show a flow-augmentation algorithm in directed graphs: There exists a...

Please sign up or login with your details

Forgot password? Click here to reset