Efficient Algorithms for Dualizing Large-Scale Hypergraphs
Abstract
A hypergraph is a set family defined on vertex set . The dual of is the set of minimal subsets of such that for any . The computation of the dual is equivalent to many problems, such as minimal hitting set enumeration of a subset family, minimal set cover enumeration, and the enumeration of hypergraph transversals. Although many algorithms have been proposed for solving the problem, to the best of our knowledge, none of them can work on large-scale input with a large number of output minimal hitting sets. This paper focuses on developing time- and space-efficient algorithms for solving the problem. We propose two new algorithms with new search methods, new pruning methods, and fast techniques for the minimality check. The computational experiments show that our algorithms are quite fast even for large-scale input for which existing algorithms do not terminate in a practical time.
Cite
@article{arxiv.1102.3813,
title = {Efficient Algorithms for Dualizing Large-Scale Hypergraphs},
author = {Keisuke Murakami and Takeaki Uno},
journal= {arXiv preprint arXiv:1102.3813},
year = {2011}
}