Maximum Area Axis-Aligned Square Packings
Hugo A. Akitaya, Matthew D. Jones, David Stalfa, Csaba D. T\'oth

TL;DR
This paper studies the problem of packing maximum area axis-aligned squares anchored at given points within a unit square, providing bounds, efficient computation, and NP-completeness results.
Contribution
It establishes a tight lower bound on the reach of anchored square packings, presents an $O(n ext{log}n)$ algorithm for computing the reach, and proves NP-completeness of finding maximum packings.
Findings
Area of reach $R(S)$ is at least 1/2 for any point set.
Reach $R(S)$ can be computed in $O(n\log n)$ time.
Finding maximum area anchored square packing is NP-complete.
Abstract
Given a point set in the unit square , an anchored square packing is a set of interior-disjoint empty squares in such that is a corner of the th square. The reach of is the set of points that may be covered by such a packing, that is, the union of all empty squares anchored at points in . It is shown that area for every finite set , and this bound is the best possible. The region can be computed in time. Finally, we prove that finding a maximum area anchored square packing is NP-complete. This is the first hardness proof for a geometric packing problem where the size of geometric objects in the packing is unrestricted.
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 Packing Problems · Digital Image Processing Techniques
