The algorithmic Fried Potato Problem in two dimensions
Francisco Criado, Francisco Santos

TL;DR
This paper presents an efficient algorithm to determine optimal cuts for the Fried Potato Problem in two dimensions, improving previous methods by leveraging advanced geometric data structures.
Contribution
It introduces a faster $O(m \, \log^4 m)$ algorithm for finding optimal cutting directions in convex polygons, enhancing prior quadratic-time solutions.
Findings
The algorithm computes optimal cuts in convex polygons efficiently.
Preprocessing the dome structure enables fast linear programming solutions.
The method improves computational complexity over previous approaches.
Abstract
Conway's Fried Potato Problem seeks to determine the best way to cut a convex body in parts by hyperplane cuts (with the restriction that the -th cut only divides in two one of the parts obtained so far), in a way as to minimize the maxuimum of the inradii of the parts. It was shown by Bezdek and Bezdek that the solution is always attained by parallel cuts. But the algorithmic problem of finding the best direction for these parallel cuts remains. In this note we show that for a convex -gon , this direction (and hence the cuts themselves) can be found in time , which improves on a quadratic algorithm proposed by Ca\~nete-Fern\'andez-M\'arquez (DMD 2022). Our algorithm first preprocesses what we call the dome (closely related to the medial axis) of using a variant of the Dobkin-Kirkpatrick hierarchy, so that linear programs in the dome and in…
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.
