English

Bounded-Degree Cut is Fixed-Parameter Tractable

Data Structures and Algorithms 2020-12-29 v1

Abstract

In the bounded-degree cut problem, we are given a multigraph G=(V,E)G=(V,E), two disjoint vertex subsets A,BVA,B\subseteq V, two functions uA,uB:V{0,1,,E}\mathrm{u}_A, \mathrm{u}_B:V\to \{0,1,\ldots,|E|\} on VV, and an integer k0k\geq 0. The task is to determine whether there is a minimal (A,B)(A,B)-cut (VA,VB)(V_A,V_B) of size at most kk such that the degree of each vertex vVAv\in V_A in the induced subgraph G[VA]G[V_A] is at most uA(v)\mathrm{u}_A(v) and the degree of each vertex vVBv\in V_B in the induced subgraph G[VB]G[V_B] is at most uB(v)\mathrm{u}_B(v). In this paper, we show that the bounded-degree cut problem is fixed-parameter tractable by giving a 218kGO(1)2^{18k}|G|^{O(1)}-time algorithm. This is the first single exponential FPT algorithm for this problem. The core of the algorithm lies two new lemmas based on important cuts, which give some upper bounds on the number of candidates for vertex subsets in one part of a minimal cut satisfying some properties. These lemmas can be used to design fixed-parameter tractable algorithms for more related problems.

Keywords

Cite

@article{arxiv.2012.14174,
  title  = {Bounded-Degree Cut is Fixed-Parameter Tractable},
  author = {Mingyu Xiao and Hiroshi Nagamochi},
  journal= {arXiv preprint arXiv:2012.14174},
  year   = {2020}
}

Comments

ICALP 2018

R2 v1 2026-06-23T21:29:01.207Z