English

Dynamic Set Cover with Worst-Case Recourse

Data Structures and Algorithms 2025-11-11 v1

Abstract

In the dynamic set cover (SC) problem, the input is a dynamic universe of at most nn elements and a fixed collection of mm sets, where each element belongs to at most ff sets and each set has cost in [1/C,1][1/C, 1]. The objective is to efficiently maintain an approximate minimum SC under element updates; efficiency is primarily measured by the update time, but another important parameter is the recourse (number of changes to the solution per update). Ideally, one would like to achieve low worst-case bounds on both update time and recourse. One can achieve approximation (1+ϵ)lnn(1+\epsilon)\ln n (greedy-based) or (1+ϵ)f(1+\epsilon)f (primal-dual-based) with worst-case update time O(flogn)O(f\log n) (ignoring ϵ\epsilon dependencies). However, despite a large body of work, no algorithm with low update time (even amortized) and nontrivial worst-case recourse is known, even for unweighted instances (C=1C = 1)! We remedy this by providing a transformation that, given as a black-box a SC algorithm with approximation α\alpha and update time TT, returns a set cover algorithm with approximation (2+ϵ)α(2 + \epsilon)\alpha, update time O(T+αC)O(T + \alpha C), and worst-case recourse O(αC)O(\alpha C). Our main results are obtained by leveraging this transformation for constant CC:...

Keywords

Cite

@article{arxiv.2511.07354,
  title  = {Dynamic Set Cover with Worst-Case Recourse},
  author = {Shay Solomon and Amitai Uzrad},
  journal= {arXiv preprint arXiv:2511.07354},
  year   = {2025}
}
R2 v1 2026-07-01T07:30:17.677Z