A New Deterministic Algorithm for Dynamic Set Cover
Sayan Bhattacharya, Monika Henzinger, Danupon Nanongkai

TL;DR
This paper introduces a deterministic dynamic algorithm for approximate minimum set cover with improved update time and approximation ratio, advancing the efficiency and determinism in dynamic set cover solutions.
Contribution
It presents a new deterministic primal-dual algorithm achieving near-optimal update time and approximation ratio for dynamic set cover, improving over prior randomized and deterministic methods.
Findings
Achieves $O(f ext{log}(Cn))$ amortized update time with $(1+ ext{epsilon})f$-approximation.
Improves deterministic approximation ratio from $O(f^2)$ to nearly optimal.
Matches polynomial-time hardness bounds for static set cover approximation.
Abstract
We present a deterministic dynamic algorithm for maintaining a -approximate minimum cost set cover with amortized update time, when the input set system is undergoing element insertions and deletions. Here, denotes the number of elements, each element appears in at most sets, and the cost of each set lies in the range . Our result, together with that of Gupta et al. [STOC`17], implies that there is a deterministic algorithm for this problem with amortized update time and -approximation ratio, which nearly matches the polynomial-time hardness of approximation for minimum set cover in the static setting. Our update time is only away from a trivial lower bound. Prior to our work, the previous best approximation ratio guaranteed by deterministic algorithms was , which was…
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 · Optimization and Search Problems · Computational Geometry and Mesh Generation
