English

The Beachcombers' Problem: Walking and Searching with Mobile Robots

Data Structures and Algorithms 2013-04-30 v1

Abstract

We introduce and study a new problem concerning the exploration of a geometric domain by mobile robots. Consider a line segment [0,I][0,I] and a set of nn mobile robots r1,r2,...,rnr_1,r_2,..., r_n placed at one of its endpoints. Each robot has a {\em searching speed} sis_i and a {\em walking speed} wiw_i, where si<wis_i <w_i. We assume that each robot is aware of the number of robots of the collection and their corresponding speeds. At each time moment a robot rir_i either walks along a portion of the segment not exceeding its walking speed wiw_i or searches a portion of the segment with the speed not exceeding sis_i. A search of segment [0,I][0,I] is completed at the time when each of its points have been searched by at least one of the nn robots. We want to develop {\em mobility schedules} (algorithms) for the robots which complete the search of the segment as fast as possible. More exactly we want to maximize the {\em speed} of the mobility schedule (equal to the ratio of the segment length versus the time of the completion of the schedule). We analyze first the offline scenario when the robots know the length of the segment that is to be searched. We give an algorithm producing a mobility schedule for arbitrary walking and searching speeds and prove its optimality. Then we propose an online algorithm, when the robots do not know in advance the actual length of the segment to be searched. The speed SS of such algorithm is defined as S=infILS(IL)S = \inf_{I_L} S(I_L) where S(IL)S(I_L) denotes the speed of searching of segment IL=[0,L]I_L=[0,L]. We prove that the proposed online algorithm is 2-competitive. The competitive ratio is shown to be better in the case when the robots' walking speeds are all the same.

Keywords

Cite

@article{arxiv.1304.7693,
  title  = {The Beachcombers' Problem: Walking and Searching with Mobile Robots},
  author = {Jurek Czyzowicz and Leszek Gasieniec and Konstantinos Georgiou and Evangelos Kranakis and Fraser MacQuarrie},
  journal= {arXiv preprint arXiv:1304.7693},
  year   = {2013}
}

Comments

19 pages, 1 figure

R2 v1 2026-06-22T00:08:10.332Z