Analysis of the greedy approach in problems of maximum k‐coverage
@article{Hochbaum1998AnalysisOT, title={Analysis of the greedy approach in problems of maximum k‐coverage}, author={Dorit S. Hochbaum and Anu Pathria}, journal={Naval Research Logistics}, year={1998}, volume={45}, pages={615-627} }
In this paper, we consider a general covering problem in which k subsets are to be selected such that their union covers as large a weight of objects from a universal set of elements as possible. Each subset selected must satisfy some structural constraints. We analyze the quality of a k-stage covering algorithm that relies, at each stage, on greedily selecting a subset that gives maximum improvement in terms of overall coverage. We show that such greedily constructed solutions are guaranteed…
Figures from this paper
179 Citations
Online Budgeted Maximum Coverage
- Computer ScienceESA
- 2016
The present work presents a deterministic 4/(1-r)-competitive algorithm for OBMC, where r is the maximum ratio between the cost of a set and the total budget, and shows that the competitive ratio of any deterministic online algorithm is Omega(1/(sqrt{1- r})).
Online Maximum k-Coverage
- Mathematics, Computer ScienceFCT
- 2011
An algorithm is proposed that improves upon former results for the maximum k-coverage problem, and non-trivial improvements of the competitive ratio for natural classes of graphs (mainly regular and bipartite).
On Competitive Permutations for Set Cover by Intervals
- Mathematics, Computer ScienceArXiv
- 2021
This work revisits the problem of computing an optimal partial cover of points by intervals and provides an approximation algorithm that in O(n + m/ε) time, computes a cover by (1 + ε)k intervals that is as good as the optimal solution using k intervals.
Covering Analysis of the Greedy Algorithm for Partial Cover
- Computer Science, MathematicsAlgorithms and Applications
- 2010
This work ties together the coverage analysis of the greedy algorithm for minimum set cover and its dual problem partial cover and yields in the p-partial cover problem over a ground set of m elements the harmonic approximation guarantee H(⌈pm⌉) for the number of required covering sets.
The Maximum Coverage Problem Investigating Approximation Algorithms for Variants of the Maximum Coverage Problem Ymro Nils Hoogendoorn
- Computer Science
- 2017
It is found that the non-oblivious swap local search introduced in Filmus and Ward (2012) performs the worst on average of the algorithms, despite having an the best approximation ratio on the cardinalityand matroid-constrained maximum coverage problem (unless P=NP).
Covering Games: Approximation through Non-cooperation
- Computer Science, MathematicsWINE
- 2009
It is proved that any sequence of unilateral improving steps is polynomially bounded and gives rise to a polynomial-time local search approximation algorithm whose approximation ratio is best possible.
Online Maximum k-Interval Coverage Problem
- Computer ScienceCOCOA
- 2020
It is proved that a deterministic algorithm that accepts sub-intervals by multi non-increasing thresholds cannot outperform even SOA, and a dynamic-programming-based optimal approach is proposed as the benchmark.
A greedy heuristic for a generalized set covering problem
- Mathematics, Computer Science
- 2008
A greedy algorithm is proposed to approximate this generalized weighted set covering problem and an upper bound on the ratio of the greedy solution over the optimal solution is established, independent of the cost function, and it depends only on the total weight of the ground set.
Two-Dimensional Maximum p-Coverage Problem with Partial Coverage
- Mathematics, Computer Science
- 2017
A new generalization of the classical maximum p-coverage problem (MCP) in which p geometric objects are to be located such that their union covers maximum weight distributed on a two-dimensional plane using another set of geometric objects such as circles, rectangles, polygons, etc.
References
SHOWING 1-10 OF 26 REFERENCES
Approximation Algorithms for the k-Clique Covering Problem
- Mathematics, Computer ScienceSIAM J. Discret. Math.
- 1996
This paper provides a collection of approximation algorithms for various clique sizes with proven worst-case bounds, and shows that these special classes of set covering problems can be solved with better worst- case bounds and/or complexity than if treated as general set coveringblems.
A Greedy Heuristic for the Set-Covering Problem
- MathematicsMath. Oper. Res.
- 1979
It turns out that the ratio between the two grows at most logarithmically in the largest column sum of A when all the components of cT are the same, which reduces to a theorem established previously by Johnson and Lovasz.
Approximation Algorithms for Combinatorial Problems
- Computer Science, MathematicsJ. Comput. Syst. Sci.
- 1974
Approximation algorithms for NP-complete problems on planar graphs
- Mathematics, Computer Science24th Annual Symposium on Foundations of Computer Science (sfcs 1983)
- 1983
A general technique that can be used to obtain approximation algorithms for various NP-complete problems on planar graphs, which includes maximum independent set, maximum tile salvage, partition into triangles, maximum H-matching, minimum vertex cover, minimum dominating set, and minimum edge dominating set.
The Maximum Coverage Location Problem
- Business, Economics
- 1983
In this paper we define and discuss the following problem which we call the maximum coverage location problem. A transportation network is given together with the locations of customers and…
On the k-layer planar subset and via minimization problems
- Computer ScienceProceedings of the European Design Automation Conference, 1990., EDAC.
- 1990
It can be shown that under a realistic assumption, all the channels for inter-block connections in the general cell design style are crossing channels and the authors algorithms are based on an efficient algorithm for computing a maximum weighted.
The Minimal Cut Cover of a Graph
- Mathematics
- 1994
We consider a problem which occurs in testing for short circuits in printed circuit board components. This problem can be modeled as the covering of the edges of an undirected graph by cuts. In…
Improved approximation algorithms for maximum cut and satisfiability problems using semidefinite programming
- Computer ScienceJACM
- 1995
This algorithm gives the first substantial progress in approximating MAX CUT in nearly twenty years, and represents the first use of semidefinite programming in the design of approximation algorithms.
Approximation schemes for covering and packing problems in image processing and VLSI
- Computer ScienceJACM
- 1985
The unified technique that is introduced here, referred to as the shifting strategy, is applicable to numerous geometric covering and packing problems and how it varies with problem parameters is illustrated.
Approximation Algorithms for NP-Hard Problems
- Computer Science
- 1996
This book introduces unifying techniques in the analysis of approximation algorithms, intended for computer scientists and operations researchers interested in specific algorithm implementations, as well as design tools for algorithms.