English

Fully Dynamic Set Cover via Hypergraph Maximal Matching: An Optimal Approximation Through a Local Approach

Data Structures and Algorithms 2021-05-17 v1

Abstract

In the (fully) dynamic set cover problem, we have a collection of mm sets from a universe of size nn that undergo element insertions and deletions; the goal is to maintain an approximate set cover of the universe after each update. We give an O(f2)O(f^2) update time algorithm for this problem that achieves an ff-approximation, where ff is the maximum number of sets that an element belongs to; under the unique games conjecture, this approximation is best possible for any fixed ff. This is the first algorithm for dynamic set cover with approximation ratio that {exactly} matches ff (as opposed to {almost} ff in prior work), as well as the first one with runtime \emph{independent of n,mn,m} (for any approximation factor of o(f3)o(f^3)). Prior to our work, the state-of-the-art algorithms for this problem were O(f2)O(f^2) update time algorithms of Gupta et al. [STOC'17] and Bhattacharya et al. [IPCO'17] with O(f3)O(f^3) approximation, and the recent algorithm of Bhattacharya et al. [FOCS'19] with O(flogn/ϵ2)O(f \cdot \log{n}/\epsilon^2) update time and (1+ϵ)f(1+\epsilon) \cdot f approximation, improving the O(f2logn/ϵ5)O(f^2 \cdot \log{n}/\epsilon^5) bound of Abboud et al. [STOC'19]. The key technical ingredient of our work is an algorithm for maintaining a {maximal} matching in a dynamic hypergraph of rank rr, where each hyperedge has at most rr vertices, which undergoes hyperedge insertions and deletions in O(r2)O(r^2) amortized update time; our algorithm is randomized, and the bound on the update time holds in expectation and with high probability. This result generalizes the maximal matching algorithm of Solomon [FOCS'16] with constant update time in ordinary graphs to hypergraphs, and is of independent merit; the previous state-of-the-art algorithms for set cover do not translate to (integral) matchings for hypergraphs, let alone a maximal one. Our quantitative result for the set cover problem is [...]

Keywords

Cite

@article{arxiv.2105.06889,
  title  = {Fully Dynamic Set Cover via Hypergraph Maximal Matching: An Optimal Approximation Through a Local Approach},
  author = {Sepehr Assadi and Shay Solomon},
  journal= {arXiv preprint arXiv:2105.06889},
  year   = {2021}
}

Comments

Abstract truncated to fit arXiv limits

R2 v1 2026-06-24T02:07:09.972Z