The traditional min-cut problem involves finding a cut with minimum weight between two specified vertices. The planar multiway cut problem is a NP-hard generalization of the min-cut problem. It involves separating a weighted planar graph with k specified vertices into k components such that the tota
An Improved Approximation Algorithm for MULTIWAY CUT
✍ Scribed by Gruia Călinescu; Howard Karloff; Yuval Rabani
- Publisher
- Elsevier Science
- Year
- 2000
- Tongue
- English
- Weight
- 132 KB
- Volume
- 60
- Category
- Article
- ISSN
- 0022-0000
No coin nor oath required. For personal study only.
✦ Synopsis
Given an undirected graph with edge costs and a subset of k nodes called terminals, a multiway cut is a subset of edges whose removal disconnects each terminal from the rest. Multiway Cut is the problem of finding a multiway cut of minimum cost. Previously, a very simple combinatorial algorithm due to Dahlhaus, Johnson, Papadimitriou, Seymour, and Yannakakis gave a performance guarantee of 2(1& 1 k ). In this paper, we present a new linear programming relaxation for Multiway Cut and a new approximation algorithm based on it. The algorithm breaks the threshold of 2 for approximating Multiway Cut, achieving a performance ratio of at most 1.5& 1 k . This improves the previous result for every value of k. In particular, for k=3 we get a ratio of 7 6 < 4 3 .
2000 Academic Press
1. Introduction
We consider the problem Multiway Cut: Given an undirected graph with nonnegative edge costs and a set of k specified nodes in the graph (called terminals), find a cheapest multiway cut, i.e., subset of the edges whose removal disconnects each terminal from the rest. This is one of several generalizations of the classical undirected s-t cut problem, and it has applications in parallel and distributed computing [24], as well as in chip design.
📜 SIMILAR VOLUMES
MAX SAT (the maximum s~tisfiability problem) is stated as follows: given a set of clauses with weights, find a truth assignment that maximizes the sum of the weights of the satisfied clauses. In this paper, we consider approxima~ tion algorithms for MAX SAT proposed by Goemans and Williamson and pze
Multiple sequence alignment is a task at the heart of much of current computaw x tional biology 4 . Several different objective functions have been proposed to formalize the task of multiple sequence alignment, but efficient algorithms are lacking in each case. Thus multiple sequence alignment is on
The problem of finding minimum-weight spanning subgraphs with a given connectivity requirement is considered. The problem is NP-hard when the connectivity requirement is greater than one. Polynomial time approximation algorithms for various weighted and unweighted connectivity problems are given. Th