On Romeo and Juliet Problems: Minimizing Distance-to-Sight

Hee-Kap Ahn,Eunjin Oh,Lena Schlipf,Fabian Stehn,Darren Strash
DOI: https://doi.org/10.48550/arXiv.1906.01114
2019-06-04
Abstract:We introduce a variant of the watchman route problem, which we call the quickest pair-visibility problem. Given two persons standing at points $s$ and $t$ in a simple polygon $P$ with no holes, we want to minimize the distance they travel in order to see each other in $P$. We solve two variants of this problem, one minimizing the longer distance the two persons travel (min-max) and one minimizing the total travel distance (min-sum), optimally in linear time. We also consider a query version of this problem for the min-max variant. We can preprocess a simple $n$-gon in linear time so that the minimum of the longer distance the two persons travel can be computed in $O(\log^2 n)$ time for any two query positions $s,t$ where the two persons start.
Computational Geometry,Data Structures and Algorithms
What problem does this paper attempt to address?