Deterministic enumeration of all minimum cut-sets and $k$-cut-sets in hypergraphs for fixed $k$
Abstract
We consider the problem of deterministically enumerating all minimum -cut-sets in a given hypergraph for any fixed . The input here is a hypergraph with non-negative hyperedge costs. A subset of hyperedges is a -cut-set if the number of connected components in is at least and it is a minimum -cut-set if it has the least cost among all -cut-sets. For fixed , we call the problem of finding a minimum -cut-set as Hypergraph--Cut and the problem of enumerating all minimum -cut-sets as Enum-Hypergraph--Cut. The special cases of Hypergraph--Cut and Enum-Hypergraph--Cut restricted to graph inputs are well-known to be solvable in (randomized as well as deterministic) polynomial time. In contrast, it is only recently that polynomial-time algorithms for Hypergraph--Cut were developed. The randomized polynomial-time algorithm for Hypergraph--Cut that was designed in 2018 (Chandrasekaran, Xu, and Yu, SODA 2018) showed that the number of minimum -cut-sets in a hypergraph is , where is the number of vertices in the input hypergraph, and that they can all be enumerated in randomized polynomial time, thus resolving Enum-Hypergraph--Cut in randomized polynomial time. A deterministic polynomial-time algorithm for Hypergraph--Cut was subsequently designed in 2020 (Chandrasekaran and Chekuri, FOCS 2020), but it is not guaranteed to enumerate all minimum -cut-sets. In this work, we give the first deterministic polynomial-time algorithm to solve Enum-Hypergraph--Cut (this is non-trivial even for ). Our algorithms are based on new structural results that allow for efficient recovery of all minimum -cut-sets by solving minimum -terminal cuts. Our techniques give new structural insights even for enumerating all minimum cut-sets (i.e., minimum 2-cut-sets) in a given hypergraph.
Cite
@article{arxiv.2110.14815,
title = {Deterministic enumeration of all minimum cut-sets and $k$-cut-sets in hypergraphs for fixed $k$},
author = {Calvin Beideman and Karthekeyan Chandrasekaran and Weihang Wang},
journal= {arXiv preprint arXiv:2110.14815},
year = {2021}
}
Comments
Accepted to SODA'22