English

Finding Largest Rectangles in Convex Polygons

Computational Geometry 2014-10-08 v2

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 nn vertices. We give exact algorithms that solve these problems in time O(n3)O(n^3). We also give (1ε)(1-\varepsilon)-approximation algorithms that take time O(ε3/2+ε1/2logn)O(\varepsilon^{-3/2}+ \varepsilon^{-1/2} \log n).

Keywords

Cite

@article{arxiv.1405.1223,
  title  = {Finding Largest Rectangles in Convex Polygons},
  author = {Sergio Cabello and Otfried Cheong and Christian Knauer and Lena Schlipf},
  journal= {arXiv preprint arXiv:1405.1223},
  year   = {2014}
}

Comments

The time bound to approximate the maximum-perimeter rectangle is improved. Christian Knauer becomes coauthor

R2 v1 2026-06-22T04:07:04.038Z