English

Multi-Agent Path Finding with Deadlines

Artificial Intelligence 2018-06-13 v1 Multiagent Systems Robotics

Abstract

We formalize Multi-Agent Path Finding with Deadlines (MAPF-DL). The objective is to maximize the number of agents that can reach their given goal vertices from their given start vertices within the deadline, without colliding with each other. We first show that MAPF-DL is NP-hard to solve optimally. We then present two classes of optimal algorithms, one based on a reduction of MAPF-DL to a flow problem and a subsequent compact integer linear programming formulation of the resulting reduced abstracted multi-commodity flow network and the other one based on novel combinatorial search algorithms. Our empirical results demonstrate that these MAPF-DL solvers scale well and each one dominates the other ones in different scenarios.

Keywords

Cite

@article{arxiv.1806.04216,
  title  = {Multi-Agent Path Finding with Deadlines},
  author = {Hang Ma and Glenn Wagner and Ariel Felner and Jiaoyang Li and T. K. Satish Kumar and Sven Koenig},
  journal= {arXiv preprint arXiv:1806.04216},
  year   = {2018}
}

Comments

IJCAI 2018, to appear

R2 v1 2026-06-23T02:26:27.401Z