Finding Largest Rectangles in Convex Polygons
Sergio Cabello, Otfried Cheong, Christian Knauer, Lena Schlipf

TL;DR
This paper presents exact and approximation algorithms for finding the largest-area and perimeter rectangles within convex polygons, achieving polynomial and near-linear time complexities.
Contribution
It introduces the first exact $O(n^3)$ algorithms and efficient $(1- ext{epsilon})$-approximation algorithms for the problem.
Findings
Exact algorithms run in $O(n^3)$ time.
Approximation algorithms run in near-linear time.
Algorithms effectively find maximum rectangles in convex polygons.
Abstract
We consider the following geometric optimization problem: find a maximum-area rectangle and a maximum-perimeter rectangle contained in a given convex polygon with vertices. We give exact algorithms that solve these problems in time . We also give -approximation algorithms that take time .
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 · Digital Image Processing Techniques · 3D Shape Modeling and Analysis
