English

On Computing Maximal Independent Sets of Hypergraphs in Parallel

Data Structures and Algorithms 2014-08-14 v2 Distributed, Parallel, and Cluster Computing

Abstract

Whether or not the problem of finding maximal independent sets (MIS) in hypergraphs is in (R)NC is one of the fundamental problems in the theory of parallel computing. Unlike the well-understood case of MIS in graphs, for the hypergraph problem, our knowledge is quite limited despite considerable work. It is known that the problem is in \emph{RNC} when the edges of the hypergraph have constant size. For general hypergraphs with nn vertices and mm edges, the fastest previously known algorithm works in time O(n)O(\sqrt{n}) with poly(m,n)\text{poly}(m,n) processors. In this paper we give an EREW PRAM algorithm that works in time no(1)n^{o(1)} with poly(m,n)\text{poly}(m,n) processors on general hypergraphs satisfying mnlog(2)n8(log(3)n)2m \leq n^{\frac{\log^{(2)}n}{8(\log^{(3)}n)^2}}, where log(2)n=loglogn\log^{(2)}n = \log\log n and log(3)n=logloglogn\log^{(3)}n = \log\log\log n. Our algorithm is based on a sampling idea that reduces the dimension of the hypergraph and employs the algorithm for constant dimension hypergraphs as a subroutine.

Keywords

Cite

@article{arxiv.1405.1133,
  title  = {On Computing Maximal Independent Sets of Hypergraphs in Parallel},
  author = {Ioana O. Bercea and Navin Goyal and David G. Harris and Aravind Srinivasan},
  journal= {arXiv preprint arXiv:1405.1133},
  year   = {2014}
}
R2 v1 2026-06-22T04:06:48.983Z