English

Two algorithms for the package-exchange robot-routing problem

Data Structures and Algorithms 2018-12-27 v1 Multiagent Systems

Abstract

We present and analyze two new algorithms for the package-exchange robot-routing problem (PERR): restriction to inidividual paths (RIP) and bubbletree. RIP provably produces a makespan that is O(SIC+k2)O(\text{SIC}+k^2), where SIC is the sum of the lengths of the individual paths and kk is the number of robots. Bubbletree produces a makespan that is O(n)O(n), where nn is the number of nodes. With optimizations bubbletree can also achieve a makespan of O((k+l)logk)O((k+l)\text{log}k), where ll is the longest path from start to goal in the bubbletree subgraph.

Cite

@article{arxiv.1812.10215,
  title  = {Two algorithms for the package-exchange robot-routing problem},
  author = {James Drain},
  journal= {arXiv preprint arXiv:1812.10215},
  year   = {2018}
}
R2 v1 2026-06-23T06:56:03.878Z