Dynamic Set Cover with Worst-Case Recourse
Shay Solomon, Amitai Uzrad

TL;DR
This paper introduces a transformation for dynamic set cover algorithms that achieves low worst-case recourse and update time while maintaining a good approximation ratio, addressing a key open problem in the field.
Contribution
It provides a novel transformation that converts existing algorithms into ones with low worst-case recourse and update time for dynamic set cover.
Findings
Achieves low worst-case recourse in dynamic set cover
Provides a transformation that improves existing algorithms
Balances approximation ratio, update time, and recourse effectively
Abstract
In the dynamic set cover (SC) problem, the input is a dynamic universe of at most elements and a fixed collection of sets, where each element belongs to at most sets and each set has cost in . 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 (greedy-based) or (primal-dual-based) with worst-case update time (ignoring 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 =…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
