[1991] Proceedings 32nd Annual Symposium of Foundations of Computer Science
DOI: 10.1109/sfcs.1991.185443
|View full text |Cite
|
Sign up to set email alerts
|

Finding k-cuts within twice the optimal

Abstract: Abstract. Two simple approximation algorithms for the minimum k-cut problem are presented. Each algorithm finds a k cut having weight within a factor of (2 2/k) of the optimal. One algorithm is particularly efficient--it requires a total of only n maximum flow computations for finding a set of near-optimal k cuts, one for each value of k between 2 and n.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
49
0

Publication Types

Select...
9

Relationship

0
9

Authors

Journals

citations
Cited by 63 publications
(49 citation statements)
references
References 13 publications
0
49
0
Order By: Relevance
“…According to the way of definitions in [9], we can define the dual of the Min k-Cut problem [16] as follows: Given an undirected graph G = (V, E) and an integer k > 0, finding an edge subset whose removal breaks graph G into exactly k components, such that the number of remaining edges is maximized. Let's call this problem the Max k-Partition problem.…”
Section: Related Work and Relation To Other Problemsmentioning
confidence: 99%
“…According to the way of definitions in [9], we can define the dual of the Min k-Cut problem [16] as follows: Given an undirected graph G = (V, E) and an integer k > 0, finding an edge subset whose removal breaks graph G into exactly k components, such that the number of remaining edges is maximized. Let's call this problem the Max k-Partition problem.…”
Section: Related Work and Relation To Other Problemsmentioning
confidence: 99%
“…min-k-cut is N P-hard when k is part of the input [5], but polynomial for every fixed k, with a O(n k 2 ) algorithm [6]. It is also W [1]-hard for the parameter k [1], and there are several approximation algorithms, with ratios smaller than 2 [13]. Even if min-k-cut and sum-max graph partitioning seem related, it is not straightforward to directly re-use exact or approximation algorithms for min-k-cut for our problem.…”
Section: Related Workmentioning
confidence: 99%
“…The number of edges leaving a set in the partition is related to conductance, but the problems are very different, still. For two more problems that admit non trivial approximation and require to partition the graph into more than two parts see [12,34]. Generally speaking, it seems that approximating partitioning problems into many parts is a quite complex subject.…”
Section: Related Workmentioning
confidence: 99%