Cutting a Convex Polyhedron Out of a Sphere
Syed Ishtiaque Ahmed, Masud Hasan, and Md. Ariful Islam

TL;DR
This paper presents an algorithm that efficiently cuts a convex polyhedron from a sphere with near-optimal cutting cost, using a method that guarantees a logarithmic approximation factor.
Contribution
It introduces an $O(n^3)$-time algorithm for cutting out a convex polyhedron from a sphere with a provably near-optimal cost using guillotine cuts.
Findings
Algorithm runs in $O(n^3)$ time.
Cutting cost is within $O((\log n)^2)$ of optimal.
Provides a practical approach for geometric cutting problems.
Abstract
Given a convex polyhedron of vertices inside a sphere , we give an -time algorithm that cuts out of by using guillotine cuts and has cutting cost times the optimal.
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 · Optimization and Search Problems
