Greedy is good: An experimental study on minimum clique cover and maximum independent set problems for randomly generated rectangles
Ritankar Mandal, Anirban Ghosh, Sasanka Roy, Subhas C. Nandy

TL;DR
This paper evaluates greedy algorithms for minimum clique cover and maximum independent set problems on random rectangles, showing they perform close to optimal and proposing refined algorithms for better approximation guarantees.
Contribution
It provides experimental evidence that greedy algorithms are effective for these problems on random instances and introduces refined algorithms based on simplicial rectangles.
Findings
Greedy algorithms produce solutions close to optimal for MCC and MIS.
The size of MIS is at least 2√n, and clique cover at most 3√n, in experiments.
Approximation ratios are at most 3/2 for MIS and at least 2/3 for MCC.
Abstract
Given a set of randomly positioned axis parallel rectangles in 2D, the problem of computing the minimum clique cover (MCC) and maximum independent set (MIS) for the intersection graph of the members in are both computationally hard \cite{CC05}. For the MCC problem, it is proved that polynomial time constant factor approximation is impossible to obtain \cite{PT11}. Though such a result is not proved yet for the MIS problem, no polynomial time constant factor approximation algorithm exists in the literature. We study the performance of greedy algorithms for computing these two parameters of . Experimental results shows that for each of the MCC and MIS problems, the corresponding greedy algorithm produces a solution that is very close to its optimum solution. Scheinerman \cite{Scheinerman80} showed that the size of MIS…
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 · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
