Single-Point Visibility Constraint Minimum Link Paths in Simple Polygons
Mohammad Reza Zarrabi, Nasrollah Moghaddam Charkari

TL;DR
This paper presents an optimal linear-time algorithm for finding a minimum link path within a simple polygon that ensures visibility of a target point from at least one point on the path, addressing a visibility constraint problem.
Contribution
It introduces a novel linear-time algorithm for the visibility-constrained minimum link path problem in simple polygons, improving efficiency over previous methods.
Findings
Achieves $O(n)$ time complexity for the problem.
Provides a method to incorporate visibility constraints into minimum link paths.
Extends the shortest path map (SPM) approach for this specific problem.
Abstract
We address the following problem: Given a simple polygon with vertices and two points and inside it, find a minimum link path between them such that a given target point is visible from at least one point on the path. The method is based on partitioning a portion of into a number of faces of equal link distance from a source point. This partitioning is essentially a shortest path map (SPM). In this paper, we present an optimal algorithm with time bound, which is the same as the time complexity of the standard minimum link paths problem.
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 · Robotic Path Planning Algorithms · Optimization and Packing Problems
