A Polynomial-Time $O(\sqrt n)$-Approximation for Undirected Three-Terminal Reachability-Preserving Minimum Edge Cut

📅 2026-06-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the minimum edge cut problem for preserving three-terminal reachability in undirected graphs: given two protected terminals and a target terminal, the goal is to disconnect the target from the protected terminals at minimum cost while maintaining connectivity between the two protected terminals. We present the first polynomial-time $O(\sqrt{n})$-approximation algorithm for this problem on general undirected graphs, thereby filling a theoretical gap concerning approximation guarantees in arbitrary graphs. The algorithm leverages graph cut theory and combinatorial optimization techniques, and constitutes the first known approach with a provable approximation ratio for general graphs.
📝 Abstract
We study the undirected three-terminal reachability-preserving minimum edge cut problem. The input is an undirected graph $G=(V,E)$ with nonnegative edge costs, two protected terminals $s_1,s_2$, and a target terminal $t$. The goal is to remove a minimum-cost edge set so that $t$ is disconnected from the protected terminals while $s_1$ and $s_2$ remain connected. This problem captures a basic tension between separation and connectivity preservation. Prior work on connectivity-preserving cuts established polynomial-time solvability for some special cases, such as planar edge-cut instances, and strong hardness for node-cut variants, but a general-graph approximation guarantee for the undirected three-terminal edge-cut version does not appear to have been known. We give a polynomial-time $O(\sqrt n)$-approximation algorithm in this paper. This is the first known approximation algorithm for the problem
Problem

Research questions and friction points this paper is trying to address.

reachability-preserving
minimum edge cut
three-terminal
undirected graph
connectivity preservation
Innovation

Methods, ideas, or system contributions that make the work stand out.

approximation algorithm
edge cut
reachability preservation
three-terminal connectivity
polynomial-time
🔎 Similar Papers
No similar papers found.