English

Approximation Algorithms for Multi-Robot Patrol-Scheduling with Min-Max Latency

Data Structures and Algorithms 2020-07-15 v3 Artificial Intelligence Computational Geometry Multiagent Systems Robotics

Abstract

We consider the problem of finding patrol schedules for kk robots to visit a given set of nn sites in a metric space. Each robot has the same maximum speed and the goal is to minimize the weighted maximum latency of any site, where the latency of a site is defined as the maximum time duration between consecutive visits of that site. The problem is NP-hard, as it has the traveling salesman problem as a special case (when k=1k=1 and all sites have the same weight). We present a polynomial-time algorithm with an approximation factor of O(k2logwmaxwmin)O(k^2 \log \frac{w_{\max}}{w_{\min}}) to the optimal solution, where wmaxw_{\max} and wminw_{\min} are the maximum and minimum weight of the sites respectively. Further, we consider the special case where the sites are in 1D. When all sites have the same weight, we present a polynomial-time algorithm to solve the problem exactly. If the sites may have different weights, we present a 1212-approximate solution, which runs in polynomial time when the number of robots, kk, is a constant.

Keywords

Cite

@article{arxiv.2005.02530,
  title  = {Approximation Algorithms for Multi-Robot Patrol-Scheduling with Min-Max Latency},
  author = {Peyman Afshani and Mark De Berg and Kevin Buchin and Jie Gao and Maarten Loffler and Amir Nayyeri and Benjamin Raichel and Rik Sarkar and Haotian Wang and Hao-Tsung Yang},
  journal= {arXiv preprint arXiv:2005.02530},
  year   = {2020}
}

Comments

Proceedings of the 14th International Workshop on the Algorithmic Foundations of Robotics (WAFR 20)

R2 v1 2026-06-23T15:20:20.864Z