Algorithms for multiterminal cuts

  • Authors:
  • Mingyu Xiao

  • Affiliations:
  • Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong SAR, China

  • Venue:
  • CSR'08 Proceedings of the 3rd international conference on Computer science: theory and applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given a graph G = (V, E) with n vertices and m edges, and a subset T of l vertices called terminals, the Edge (respectively, Vertex) Multiterminal Cut problem is to find a set of k edges (nonterminal vertices), whose removal from G separates each terminal from all the others. These two problems are NP-hard for l ≥ 3 but well-known to be polynomial-time solvable for l = 2 by the flow technique. In this paper, we show that Edge Multiterminal Cut is polynomial-time solvable for k = O(log n) by presenting an O(2klT (n, m)) algorithm, where T(n, m) = O(min(n2/3, m1/2)m) is the running time of finding a minimum (s, t) cut in an unweighted graph. We also give two algorithms for Vertex Multiterminal Cut that run in O(lkT(n, m)) time and O((k!)2T(n, m)) time respectively. The former one indicates that Vertex Multiterminal Cut is solvable in polynomial time for l being a constant and k = O(log n), and the latter one improves the best known algorithm of running time O(4k3 nO(1)). When l = 3, we show that the running times can be improved to O(1.415kT(n, m)) for Edge Multiterminal Cut and O(2.059kT(n, m)) for Vertex Multiterminal Cut. Furthermore, we present a simple idea to solve another important problem Multicut by finding minimum multiterminal cuts. Our algorithms for Multicuts are also faster than the previously best algorithm. Based on a notion farthest minimum isolating cut, we present some properties for Multiterminal Cuts, which help shed light on the structure of optimal cut problems, and enables us to design efficient algorithms for Multiterminal Cuts, as well as some other related cut problems.