On Competitive Permutations for Set Cover by Intervals
Sariel Har-Peled, Jiaqi Cheng

TL;DR
This paper analyzes the performance of greedy algorithms for set cover by intervals, providing approximation guarantees, a new algorithm, and insights into the properties of optimal solutions.
Contribution
It introduces a 3/4-competitive permutation for greedy interval cover, an efficient approximation algorithm, and demonstrates the non-monotonicity of marginal benefits in set cover solutions.
Findings
Greedy permutation is 3/4-competitive for prefix coverage.
An $O(n + m/psilon)$ algorithm approximates optimal cover.
Optimal set cover solutions lack diminishing returns property.
Abstract
We revisit the problem of computing an optimal partial cover of points by intervals. We show that the greedy algorithm computes a permutation of the intervals that is -competitive for any prefix of intervals. That is, for any , the intervals covers at least -fraction of the points covered by the optimal solution using intervals. We also provide an approximation algorithm that, in time, computes a cover by intervals that is as good as the optimal solution using intervals, where is the number of input points, and is the number of intervals (we assume here the input is presorted). Finally, we show a counter example illustrating that the optimal solutions for set cover do not have the diminishing return property -- that is, the marginal benefit from using…
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
TopicsComputational Geometry and Mesh Generation · Optimization and Search Problems · Complexity and Algorithms in Graphs
