English

Approximating the Weighted Minimum Label $s$-$t$ Cut Problem

Data Structures and Algorithms 2020-11-13 v1

Abstract

In the weighted (minimum) {\sf Label ss-tt Cut} problem, we are given a (directed or undirected) graph G=(V,E)G=(V,E), a label set L={1,2,,q}L = \{\ell_1, \ell_2, \dots, \ell_q \} with positive label weights {w}\{w_\ell\}, a source sVs \in V and a sink tVt \in V. Each edge edge ee of GG has a label (e)\ell(e) from LL. Different edges may have the same label. The problem asks to find a minimum weight label subset LL' such that the removal of all edges with labels in LL' disconnects ss and tt. The unweighted {\sf Label ss-tt Cut} problem (i.e., every label has a unit weight) can be approximated within O(n2/3)O(n^{2/3}), where nn is the number of vertices of graph GG. However, it is unknown for a long time how to approximate the weighted {\sf Label ss-tt Cut} problem within o(n)o(n). In this paper, we provide an approximation algorithm for the weighted {\sf Label ss-tt Cut} problem with ratio O(n2/3)O(n^{2/3}). The key point of the algorithm is a mechanism to interpret label weight on an edge as both its length and capacity.

Keywords

Cite

@article{arxiv.2011.06204,
  title  = {Approximating the Weighted Minimum Label $s$-$t$ Cut Problem},
  author = {Peng Zhang},
  journal= {arXiv preprint arXiv:2011.06204},
  year   = {2020}
}

Comments

21 pages

R2 v1 2026-06-23T20:07:11.248Z