English

Fixed Parameter Approximation Scheme for Min-max $k$-cut

Data Structures and Algorithms 2020-11-09 v1

Abstract

We consider the graph kk-partitioning problem under the min-max objective, termed as Minmax kk-cut. The input here is a graph G=(V,E)G=(V,E) with non-negative edge weights w:ER+w:E\rightarrow \mathbb{R}_+ and an integer k2k\geq 2 and the goal is to partition the vertices into kk non-empty parts V1,,VkV_1, \ldots, V_k so as to minimize maxi=1kw(δ(Vi))\max_{i=1}^k w(\delta(V_i)). Although minimizing the sum objective i=1kw(δ(Vi))\sum_{i=1}^k w(\delta(V_i)), termed as Minsum kk-cut, has been studied extensively in the literature, very little is known about minimizing the max objective. We initiate the study of Minmax kk-cut by showing that it is NP-hard and W[1]-hard when parameterized by kk, and design a parameterized approximation scheme when parameterized by kk. The main ingredient of our parameterized approximation scheme is an exact algorithm for Minmax kk-cut that runs in time (λk)O(k2)nO(1)(\lambda k)^{O(k^2)}n^{O(1)}, where λ\lambda is value of the optimum and nn is the number of vertices. Our algorithmic technique builds on the technique of Lokshtanov, Saurabh, and Surianarayanan (FOCS, 2020) who showed a similar result for Minsum kk-cut. Our algorithmic techniques are more general and can be used to obtain parameterized approximation schemes for minimizing p\ell_p-norm measures of kk-partitioning for every p1p\geq 1.

Keywords

Cite

@article{arxiv.2011.03454,
  title  = {Fixed Parameter Approximation Scheme for Min-max $k$-cut},
  author = {Karthekeyan Chandrasekaran and Weihang Wang},
  journal= {arXiv preprint arXiv:2011.03454},
  year   = {2020}
}