A Closer Cut: Computing Near-Optimal Lawn Mowing Tours
S\'andor P. Fekete, Dominik Krupke, Michael Perk, Christian Rieck and, Christian Scheffer

TL;DR
This paper introduces a practical approach for computing near-optimal tours for the Lawn Mowing Problem, a complex geometric optimization task, achieving high-quality solutions efficiently for large instances.
Contribution
It provides the first practical primal-dual algorithm with convergence guarantees for the Lawn Mowing Problem, enabling near-optimal solutions for large instances.
Findings
Achieved provably optimal and near-optimal solutions for instances with up to 2000 vertices.
Developed a primal-dual method based on TSPN for practical computation.
Theoretical insights show optimal solutions are polygonal paths with bounded vertices.
Abstract
For a given polygonal region , the Lawn Mowing Problem (LMP) asks for a shortest tour that gets within Euclidean distance 1 of every point in ; this is equivalent to computing a shortest tour for a unit-disk cutter that covers all of . As a geometric optimization problem of natural practical and theoretical importance, the LMP generalizes and combines several notoriously difficult problems, including minimum covering by disks, the Traveling Salesman Problem with neighborhoods (TSPN), and the Art Gallery Problem (AGP). In this paper, we conduct the first study of the Lawn Mowing Problem with a focus on practical computation of near-optimal solutions. We provide new theoretical insights: Optimal solutions are polygonal paths with a bounded number of vertices, allowing a restriction to straight-line solutions; on the other hand, there can be relatively simple instances…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Vehicle Routing Optimization Methods
