Faster Minimum k-cut of a Simple Graph
Abstract
We consider the (exact, minimum) -cut problem: given a graph and an integer , delete a minimum-weight set of edges so that the remaining graph has at least connected components. This problem is a natural generalization of the global minimum cut problem, where the goal is to break the graph into pieces. Our main result is a (combinatorial) -cut algorithm on simple graphs that runs in time for any constant , improving upon the previously best time algorithm of Gupta et al.~[FOCS'18] and the previously best time combinatorial algorithm of Gupta et al.~[STOC'19]. For combinatorial algorithms, this algorithm is optimal up to factors assuming recent hardness conjectures: we show by a straightforward reduction that -cut on even a simple graph is as hard as -clique, establishing a lower bound of for -cut. This settles, up to lower-order factors, the complexity of -cut on a simple graph for combinatorial algorithms.
Cite
@article{arxiv.1910.02665,
title = {Faster Minimum k-cut of a Simple Graph},
author = {Jason Li},
journal= {arXiv preprint arXiv:1910.02665},
year = {2019}
}
Comments
FOCS 2019, 29 pages