Algorithmic Applications of Hypergraph and Partition Containers
Or Zamir

TL;DR
This paper introduces a general method to accelerate algorithms for almost-regular inputs by leveraging hypergraph and partition container techniques, leading to breakthroughs in solving NP-Complete problems more efficiently.
Contribution
It presents the first algorithmic use of hypergraph container methods and generalizes graph containers to partition containers, enabling faster algorithms for a broad class of input instances.
Findings
Achieved faster exact algorithms for k-SAT, Graph Coloring, and Max Independent Set.
Extended hypergraph container methods to partition containers.
Applicable to a wide range of input densities, including dense and regular graphs.
Abstract
We present a general method to convert algorithms into faster algorithms for almost-regular input instances. Informally, an almost-regular input is an input in which the maximum degree is larger than the average degree by at most a constant factor. This family of inputs vastly generalizes several families of inputs for which we commonly have improved algorithms, including bounded-degree inputs and random inputs. It also generalizes families of inputs for which we don't usually have faster algorithms, including regular-inputs of arbitrarily high degree and very dense inputs. We apply our method to achieve breakthroughs in exact algorithms for several central NP-Complete problems including -SAT, Graph Coloring, and Maximum Independent Set. Our main tool is the first algorithmic application of the relatively new Hypergraph Container Method (Saxton and Thomason 2015, Balogh, Morris and…
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
TopicsAdvanced Graph Theory Research · Limits and Structures in Graph Theory · Complexity and Algorithms in Graphs
