Computing minimum cuts in hypergraphs
Chandra Chekuri, Chao Xu

TL;DR
This paper advances the understanding of hypergraph connectivity by developing new algorithms for minimum cuts, including sparsification, approximation, and hypercactus representation, improving efficiency and extending graph results.
Contribution
The paper introduces novel algorithms for hypergraph minimum cuts, including a hypergraph sparsifier, a $(2+ ext{epsilon})$-approximation method, and a hypercactus representation, generalizing and improving upon graph algorithms.
Findings
Developed a $O(p)$ time algorithm for hypergraph sparsification preserving edge-connectivities.
Created a $O(rac{1}{ ext{epsilon}} (p ext{log} n + n ext{log}^2 n))$ time approximation algorithm for minimum cuts.
Established a $O(np + n^2 ext{log} n)$ time algorithm for hypercactus representation of all minimum cuts.
Abstract
We study algorithmic and structural aspects of connectivity in hypergraphs. Given a hypergraph with , and the best known algorithm to compute a global minimum cut in runs in time for the uncapacitated case and in time for the capacitated case. We show the following new results. 1. Given an uncapacitated hypergraph and an integer we describe an algorithm that runs in time to find a subhypergraph with sum of degrees that preserves all edge-connectivities up to (a -sparsifier). This generalizes the corresponding result of Nagamochi and Ibaraki from graphs to hypergraphs. Using this sparsification we obtain an time algorithm for computing a global minimum cut of where is the minimum cut value. 2. We generalize Matula's argument for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Topological and Geometric Data Analysis
