English

Finding Perfect Matchings in Bipartite Hypergraphs

Data Structures and Algorithms 2016-12-06 v2 Discrete Mathematics

Abstract

Haxell's condition is a natural hypergraph analog of Hall's condition, which is a well-known necessary and sufficient condition for a bipartite graph to admit a perfect matching. That is, when Haxell's condition holds it forces the existence of a perfect matching in the bipartite hypergraph. Unlike in graphs, however, there is no known polynomial time algorithm to find the hypergraph perfect matching that is guaranteed to exist when Haxell's condition is satisfied. We prove the existence of an efficient algorithm to find perfect matchings in bipartite hypergraphs whenever a stronger version of Haxell's condition holds. Our algorithm can be seen as a generalization of the classical Hungarian algorithm for finding perfect matchings in bipartite graphs. The techniques we use to achieve this result could be of use more generally in other combinatorial problems on hypergraphs where disjointness structure is crucial, e.g. Set Packing.

Keywords

Cite

@article{arxiv.1509.07007,
  title  = {Finding Perfect Matchings in Bipartite Hypergraphs},
  author = {Chidambaram Annamalai},
  journal= {arXiv preprint arXiv:1509.07007},
  year   = {2016}
}

Comments

added a figure; some clarifications

R2 v1 2026-06-22T11:03:41.588Z