A New Deterministic Algorithm for Dynamic Set Cover

09/25/2019
by   Sayan Bhattacharya, et al.
0

We present a deterministic dynamic algorithm for maintaining a (1+ϵ)f-approximate minimum cost set cover with O(flog(Cn)/ϵ^2) amortized update time, when the input set system is undergoing element insertions and deletions. Here, n denotes the number of elements, each element appears in at most f sets, and the cost of each set lies in the range [1/C, 1]. Our result, together with that of Gupta et al. [STOC`17], implies that there is a deterministic algorithm for this problem with O(flog(Cn)) amortized update time and O(min(log n, f))-approximation ratio, which nearly matches the polynomial-time hardness of approximation for minimum set cover in the static setting. Our update time is only O(log (Cn)) away from a trivial lower bound. Prior to our work, the previous best approximation ratio guaranteed by deterministic algorithms was O(f^2), which was due to Bhattacharya et al. [ICALP`15]. In contrast, the only result that guaranteed O(f)-approximation was obtained very recently by Abboud et al. [STOC`19], who designed a dynamic algorithm with (1+ϵ)f-approximation ratio and O(f^2 log n/ϵ) amortized update time. Besides the extra O(f) factor in the update time compared to our and Gupta et al.'s results, the Abboud et al. algorithm is randomized, and works only when the adversary is oblivious and the sets are unweighted (each set has the same cost). We achieve our result via the primal-dual approach, by maintaining a fractional packing solution as a dual certificate. Unlike previous primal-dual algorithms that try to satisfy some local constraints for individual sets at all time, our algorithm basically waits until the dual solution changes significantly globally, and fixes the solution only where the fix is needed.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/25/2020

An Improved Algorithm for Dynamic Set Cover

We consider the minimum set cover problem in a dynamic setting. Here, we...
research
05/09/2018

Deterministically Maintaining a (2+ε)-Approximate Minimum Vertex Cover in O(1/ε^2) Amortized Update Time

We consider the problem of maintaining an (approximately) minimum vertex...
research
05/14/2021

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

In the (fully) dynamic set cover problem, we have a collection of m sets...
research
07/14/2020

A Nearly Optimal Deterministic Online Algorithm for Non-Metric Facility Location

In the online non-metric variant of the facility location problem, there...
research
11/12/2021

Faster Primal-Dual Convergence for Min-Max Resource Sharing and Stronger Bounds via Local Weak Duality

We revisit the (block-angular) min-max resource sharing problem, which i...
research
07/28/2021

On the Approximability of Multistage Min-Sum Set Cover

We investigate the polynomial-time approximability of the multistage ver...
research
04/04/2023

Set Covering with Our Eyes Wide Shut

In the stochastic set cover problem (Grandoni et al., FOCS '08), we are ...

Please sign up or login with your details

Forgot password? Click here to reset