Minimum-link $C$-Oriented Paths Visiting a Sequence of Regions in the Plane
Kerem Geva, Matthew J. Katz, Joseph S. B. Mitchell, Eli, Packer

TL;DR
This paper introduces an algorithm to find the shortest $C$-oriented path visiting a sequence of disjoint segments in the plane, minimizing the number of directional changes, with potential applications in geometric routing.
Contribution
It presents the first polynomial-time algorithm for computing minimum-link $C$-oriented paths visiting a sequence of segments, advancing geometric path planning methods.
Findings
Algorithm runs in $O(|C|^2 n^2)$ time.
Effectively handles $C$-oriented segments and paths.
Provides groundwork for more complex polygonal path problems.
Abstract
Let be a set of -oriented disjoint segments in the plane, where is a given finite set of orientations that spans the plane, and let and be two points. %(We also require that for each orientation in , its opposite orientation is also in .) We seek a minimum-link -oriented tour of , that is, a polygonal path from to that visits the segments of in order, such that, the orientations of its edges are in and their number is minimum. We present an algorithm for computing such a tour in time. This problem already captures most of the difficulties occurring in the study of the more general problem, in which is a set of not-necessarily-disjoint -oriented polygons.
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
