An approximate algorithm for solving the watchman route problem

  • Authors:
  • Fajie Li;Reinhard Klette

  • Affiliations:
  • Institute for Mathematics and Computing Science, University of Groningen, Groningen, The Netherlands;Computer Science Department, The University of Auckland, Auckland, New Zealand

  • Venue:
  • RobVis'08 Proceedings of the 2nd international conference on Robot vision
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The watchman route problem (WRP) was first introduced in 1988 and is defined as follows: How to calculate a shortest route completely contained inside a simple polygon such that any point inside this polygon is visible from at least one point on the route? So far the best known result for the WRP is an O(n3log n) runtime algorithm (with inherent numerical problems of its implementation). This paper gives an κ(Ɛ) × O(kn) approximate algorithm for WRP by using a rubberband algorithm, where n is the number of vertices of the simple polygon, k the number of essential cuts, Ɛ the chosen accuracy constant for the minimization of the calculated route, and κ(Ɛ) equals the length of the initial route minus the length of the calculated route, divided by Ɛ.