NeFut Logo NeFut
Admin Login

[CS.DS] Revolutionizing Multiple Watchmen Problem: Segment Watchman Routes

Published at: 2026-06-25 22:00 Last updated: 2026-06-26 00:34
#algorithm #optimization #Polygon

This study explores a variant of the multiple watchmen problem aimed at ensuring that every point within a polygon $P$ is observed from multiple directions. We seek two routes $W_1$ and $W_2$, such that every point $p \text{ in } P$ lies on a segment $\overline{w_1w_2} \text{ in } P$, where $w_1 \text{ in } W_1$ and $w_2 \text{ in } W_2$. We call these routes segment watchman routes.

We demonstrate that finding the optimal routes under the min-max criterion is weakly NP-hard even in simple polygons, while finding optimal routes under the min-sum criterion is NP-hard in polygons with holes.

Moreover, we present sufficient conditions for routes to be segment watchman routes and provide a polynomial-time 2-approximation for both the min-max and min-sum criteria in simple polygons. Finally, we show how to generalize our results for $k$ watchmen.

Blogger's Review: This paper introduces the concept of segment watchman routes, offering fresh insights into the multiple watchmen problem. The proposed approximation algorithms provide feasible solutions to NP-hard challenges, making it a significant contribution with both theoretical and practical implications.

Original Source: https://arxiv.org/abs/2606.25816

[h] Back to Home