English

Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling

Data Structures and Algorithms 2024-10-18 v2 Distributed, Parallel, and Cluster Computing

Abstract

The SetCover problem has been extensively studied in many different models of computation, including parallel and distributed settings. From an approximation point of view, there are two standard guarantees: an O(logΔ)O(\log \Delta)-approximation (where Δ\Delta is the maximum set size) and an O(f)O(f)-approximation (where ff is the maximum number of sets containing any given element). In this paper, we introduce a new, surprisingly simple, model-independent approach to solving SetCover in unweighted graphs. We obtain multiple improved algorithms in the MPC and CRCW PRAM models. First, in the MPC model with sublinear space per machine, our algorithms can compute an O(f)O(f) approximation to SetCover in O^(logΔ+logf)\hat{O}(\sqrt{\log \Delta} + \log f) rounds, where we use the O^(x)\hat{O}(x) notation to suppress polylogx\mathrm{poly} \log x and polyloglogn\mathrm{poly} \log \log n terms, and a O(logΔ)O(\log \Delta) approximation in O(log3/2n)O(\log^{3/2} n) rounds. Moreover, in the PRAM model, we give a O(f)O(f) approximate algorithm using linear work and O(logn)O(\log n) depth. All these bounds improve the existing round complexity/depth bounds by a logΩ(1)n\log^{\Omega(1)} n factor. Moreover, our approach leads to many other new algorithms, including improved algorithms for the HypergraphMatching problem in the MPC model, as well as simpler SetCover algorithms that match the existing bounds.

Keywords

Cite

@article{arxiv.2408.13362,
  title  = {Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling},
  author = {Laxman Dhulipala and Michael Dinitz and Jakub Łącki and Slobodan Mitrović},
  journal= {arXiv preprint arXiv:2408.13362},
  year   = {2024}
}
R2 v1 2026-06-28T18:22:36.439Z