A better lower bound for Lower-Left Anchored Rectangle Packing
Ruben Hoeksma, Matthew Maat

TL;DR
This paper improves the lower bound on the total area covered by axis-aligned rectangles anchored at points in a unit square, advancing understanding of Freedman's conjecture and analyzing greedy algorithms for the problem.
Contribution
It provides a new lower bound of 0.1039 for the area covered, using a novel analysis of a greedy algorithm, and establishes an upper bound of 3/4 for a class of greedy algorithms.
Findings
Lower bound on covered area increased from 0.09121 to 0.1039.
Greedy algorithm achieves at least 0.1039 approximation ratio.
Upper bound of 3/4 on approximation ratio for certain greedy algorithms.
Abstract
Given any set of points in the unit square that contains the origin, does a set of axis aligned rectangles, one for each point in , exist, such that each of them has a point in as its lower-left corner, they are pairwise interior disjoint, and the total area that they cover is at least 1/2? This question is also known as Freedman's conjecture (conjecturing that such a set of rectangles does exist) and has been open since Allen Freedman posed it in 1969. In this paper, we improve the best known lower bound on the total area that can be covered from 0.09121 to 0.1039. Although this step is small, we introduce new insights that push the limits of this analysis. Our lower bound uses a greedy algorithm with a particular order of the points in . Therefore, it also implies that this greedy algorithm achieves an approximation ratio of 0.1039. We complement the result with an…
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
TopicsOptimization and Packing Problems · VLSI and FPGA Design Techniques · Computational Geometry and Mesh Generation
