Watchman route problem
The Watchman Problem is an optimization problem in computational geometry where the objective is to compute the shortest route a watchman should take to guard an entire area with obstacles given only a map of the area. The challenge is to make sure the watchman peeks behind every corner and to determine the best order in which corners should be visited in. The problem may be solved in polynomial time when the area to be guarded is a simple polygon.{{citation
| last1 = Chin | first1 = Wei-Pang
| last2 = Ntafos | first2 = Simeon
| doi = 10.1016/0020-0190(88)90141-X
| issue = 1
| journal = Information Processing Letters
| mr = 947253
| pages = 39–44
| title = Optimum watchman routes
| volume = 28
| year = 1988}}.{{citation
| last1 = Carlsson | first1 = S.
| last2 = Jonsson | first2 = H.
| last3 = Nilsson | first3 = B. J.
| doi = 10.1007/PL00009467
| issue = 3
| journal = Discrete and Computational Geometry
| mr = 1706598
| pages = 377–402
| title = Finding the shortest watchman route in a simple polygon
| volume = 22
| year = 1999| doi-access = free
}}.{{citation
| last = Tan | first = Xuehou
| doi = 10.1016/S0020-0190(00)00146-0
| issue = 1
| journal = Information Processing Letters
| mr = 1813864
| pages = 27–33
| title = Fast computation of shortest watchman routes in simple polygons
| volume = 77
| year = 2001}}. The problem is NP-hard for polygons with holes, but may be approximated in polynomial time by a solution whose length is within a polylogarithmic factor of optimal.{{citation
| last = Mitchell | first = Joseph S. B. | authorlink = Joseph S. B. Mitchell
| contribution = Approximating watchman routes
| doi = 10.1137/1.9781611973105.60
| isbn = 978-1-611972-51-1
| pages = 844–855
| publisher = SIAM
| title = Proceedings of the Twenty-Fourth Annual ACM–SIAM Symposium on Discrete Algorithms (SODA '13)
| year = 2013| doi-access = free
}}.
See also
- Art gallery problem, which similarly involves viewing all points of a given area, but with multiple stationary watchmen