Proceedings of the 26th ACM Symposium on Parallelism in Algorithms and Architectures 2014
DOI: 10.1145/2612669.2612670
|View full text |Cite
|
Sign up to set email alerts
|

On computing maximal independent sets of hypergraphs in parallel

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 RNC when the edges of the hypergraph have constant size. For general hypergraphs with n vertices and m edges, the fastest previously known algorithm works in time O( √ n) with … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
18
0

Year Published

2014
2014
2024
2024

Publication Types

Select...
2
2
1

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(18 citation statements)
references
References 9 publications
0
18
0
Order By: Relevance
“…Algorithms have been designed for a variety of problems on hypergraphs, including random walks [27], shortest hyperpaths [3,70], betweenness centrality [74], hypertrees [30], connectivity [30], maximal independent sets [5,9,48,50], and k-core decomposition [45]. However, there have been no ecient parallel implementations of hypergraph algorithms, with the exception of [45], which provides a GPU implementation for a special case of k-core decomposition.…”
Section: Related Workmentioning
confidence: 99%
See 3 more Smart Citations
“…Algorithms have been designed for a variety of problems on hypergraphs, including random walks [27], shortest hyperpaths [3,70], betweenness centrality [74], hypertrees [30], connectivity [30], maximal independent sets [5,9,48,50], and k-core decomposition [45]. However, there have been no ecient parallel implementations of hypergraph algorithms, with the exception of [45], which provides a GPU implementation for a special case of k-core decomposition.…”
Section: Related Workmentioning
confidence: 99%
“…Finding maximal independent sets in parallel has been widely studied for graphs, and there exists linear-work parallel algorithms for the problem [10,62]. However, the problem is much harder to solve on hypergraphs, and the total work of known parallel algorithms is super-linear [5,9,48,50]. These algorithms have only been described in theory, and as far as we know, there have been no implementations of parallel MIS algorithms on hypergraphs.…”
Section: Maximal Independent Setmentioning
confidence: 99%
See 2 more Smart Citations
“…More relevant for our paper, in [2] Beame & Luby gave an RNC algorithm for hypergraphs with maximum rank r = 3; this was subsequently extended by Kelsen [10] to cover any fixed value of r, using (log n) cr time and poly(m, n) processors for c r (roughly) of order r!. In [3], Bercea et al gave a more precise analysis showing a runtime of (log n) )) time. Along similar lines, Kutten et al [12] adapted Kelsen's algorithm to obtain distributed algorithms with approximately the same runtime as the parallel algorithm.…”
Section: Introductionmentioning
confidence: 99%