English

On the Parameterized Complexity of Multiway Near-Separator

Data Structures and Algorithms 2023-10-09 v1

Abstract

We study a new graph separation problem called Multiway Near-Separator. Given an undirected graph GG, integer kk, and terminal set TV(G)T \subseteq V(G), it asks whether there is a vertex set SV(G)TS \subseteq V(G) \setminus T of size at most kk such that in graph GSG-S, no pair of distinct terminals can be connected by two pairwise internally vertex-disjoint paths. Hence each terminal pair can be separated in GSG-S by removing at most one vertex. The problem is therefore a generalization of (Node) Multiway Cut, which asks for a vertex set for which each terminal is in a different component of GSG-S. We develop a fixed-parameter tractable algorithm for Multiway Near-Separator running in time 2O(klogk)nO(1)2^{O(k \log k)} * n^{O(1)}. Our algorithm is based on a new pushing lemma for solutions with respect to important separators, along with two problem-specific ingredients. The first is a polynomial-time subroutine to reduce the number of terminals in the instance to a polynomial in the solution size kk plus the size of a given suboptimal solution. The second is a polynomial-time algorithm that, given a graph GG and terminal set TV(G)T \subseteq V(G) along with a single vertex xV(G)x \in V(G) that forms a multiway near-separator, computes a 14-approximation for the problem of finding a multiway near-separator not containing xx.

Keywords

Cite

@article{arxiv.2310.04332,
  title  = {On the Parameterized Complexity of Multiway Near-Separator},
  author = {Bart M. P. Jansen and Shivesh K. Roy},
  journal= {arXiv preprint arXiv:2310.04332},
  year   = {2023}
}

Comments

Conference version to appear at the International Symposium on Parameterized and Exact Computation (IPEC 2023)

R2 v1 2026-06-28T12:42:42.357Z