Finding matchings in dense hypergraphs
Jie Han, Peter Keevash

TL;DR
This paper presents a fixed parameter tractable algorithm for deciding the existence of large matchings in dense hypergraphs, which can efficiently find or certify the absence of such matchings.
Contribution
It introduces a fixed parameter tractable algorithm for matching decision problems in dense hypergraphs, improving computational efficiency for certain parameters.
Findings
Algorithm decides matching existence in dense hypergraphs
Algorithm finds a matching or certifies non-existence
Polynomial-time for specific parameters when m=n/k and c=O(log n)
Abstract
We consider the algorithmic decision problem that takes as input an -vertex -uniform hypergraph with minimum codegree at least and decides whether it has a matching of size . We show that this decision problem is fixed parameter tractable with respect to . Furthermore, our algorithm not only decides the problem, but actually either finds a matching of size or a certificate that no such matching exists. In particular, when and , this gives a polynomial-time algorithm, that given any -vertex -uniform hypergraph with minimum codegree at least , finds either a perfect matching in or a certificate that no perfect matching exists.
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
