Abstract
Robots are becoming an increasingly common part of scientific work within laboratory environments. In this paper, we investigate the problem of designing schedules for completing a set of tasks at fixed locations with multiple robots in a laboratory. We represent the laboratory as a graph with tasks placed on fixed vertices and robots represented as agents, with the constraint that no two robots may occupy the same vertex, or traverse the same edge, at the same time. Each schedule is partitioned into a set of timesteps, corresponding to a walk through the graph (allowing for a robot to wait at a vertex to complete a task), with each timestep taking time equal to the time for a robot to move from one vertex to another and each task taking some given number of timesteps during the completion of which a robot must stay at the vertex containing the task. The goal is to determine a set of schedules, with one schedule for each robot, minimising the number of timesteps taken by the schedule taking the greatest number of timesteps within the set of schedules.
We show that the problem of finding a task-fulfilling schedule in at most L timesteps is NP-complete for many simple classes of graphs. Explicitly, we provide this result for complete graphs, bipartite graphs, star graphs, and planar graphs. Finally, we provide positive results for line graphs, showing that we can find an optimal set of schedules for k robots completing m tasks of equal length of a path of length n in O(kmn) time, and a k-approximation when the length of the tasks is unbounded.
We show that the problem of finding a task-fulfilling schedule in at most L timesteps is NP-complete for many simple classes of graphs. Explicitly, we provide this result for complete graphs, bipartite graphs, star graphs, and planar graphs. Finally, we provide positive results for line graphs, showing that we can find an optimal set of schedules for k robots completing m tasks of equal length of a path of length n in O(kmn) time, and a k-approximation when the length of the tasks is unbounded.
Original language | English |
---|---|
Title of host publication | 3rd Symposium on Algorithmic Foundations of Dynamic Networks |
Subtitle of host publication | SAND 2024, June 5–7, 2024, Patras, Greece |
Editors | Arnaud Casteigts, Fabian Kuhn |
Place of Publication | Saarbrücken/Wadern, Germany |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
Pages | 22:1-22:5 |
Number of pages | 5 |
ISBN (Electronic) | 9783959773157 |
DOIs | |
Publication status | Published - 31 May 2024 |
Event | 3rd Symposium on Algorithmic Foundations of Dynamic Networks, SAND 2024 - Patras, Greece Duration: 5 Jun 2024 → 7 Jun 2024 |
Publication series
Name | Leibniz International Proceedings in Informatics |
---|---|
Volume | 292 |
ISSN (Electronic) | 1868-8969 |
Conference
Conference | 3rd Symposium on Algorithmic Foundations of Dynamic Networks, SAND 2024 |
---|---|
Country/Territory | Greece |
City | Patras |
Period | 5/06/24 → 7/06/24 |
Keywords
- Graph exploration
- Scheduling
- NP-completeness
- Approximation algorithms