ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2408.13362
27
3

Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling

23 August 2024
Laxman Dhulipala
Michael Dinitz
Jakub Łącki
Slobodan Mitrović
ArXiv (abs)PDFHTML
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)O(logΔ)-approximation (where Δ\DeltaΔ is the maximum set size) and an O(f)O(f)O(f)-approximation (where fff 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)O(f) approximation to SetCover in O^(log⁡Δ+log⁡f)\hat{O}(\sqrt{\log \Delta} + \log f)O^(logΔ​+logf) rounds, where we use the O^(x)\hat{O}(x)O^(x) notation to suppress polylog⁡x\mathrm{poly} \log xpolylogx and polylog⁡log⁡n\mathrm{poly} \log \log npolyloglogn terms, and a O(log⁡Δ)O(\log \Delta)O(logΔ) approximation in O(log⁡3/2n)O(\log^{3/2} n)O(log3/2n) rounds. Moreover, in the PRAM model, we give a O(f)O(f)O(f) approximate algorithm using linear work and O(log⁡n)O(\log n)O(logn) depth. All these bounds improve the existing round complexity/depth bounds by a log⁡Ω(1)n\log^{\Omega(1)} nlogΩ(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.

View on arXiv
Comments on this paper