English

Multi-agent Path Planning and Network Flow

Data Structures and Algorithms 2015-03-20 v4 Robotics Systems and Control

Abstract

This paper connects multi-agent path planning on graphs (roadmaps) to network flow problems, showing that the former can be reduced to the latter, therefore enabling the application of combinatorial network flow algorithms, as well as general linear program techniques, to multi-agent path planning problems on graphs. Exploiting this connection, we show that when the goals are permutation invariant, the problem always has a feasible solution path set with a longest finish time of no more than n+V1n + V - 1 steps, in which nn is the number of agents and VV is the number of vertices of the underlying graph. We then give a complete algorithm that finds such a solution in O(nVE)O(nVE) time, with EE being the number of edges of the graph. Taking a further step, we study time and distance optimality of the feasible solutions, show that they have a pairwise Pareto optimal structure, and again provide efficient algorithms for optimizing two of these practical objectives.

Keywords

Cite

@article{arxiv.1204.5717,
  title  = {Multi-agent Path Planning and Network Flow},
  author = {Jingjin Yu and Steven M. LaValle},
  journal= {arXiv preprint arXiv:1204.5717},
  year   = {2015}
}

Comments

Corrected an inaccuracy on time optimal solution for average arrival time

R2 v1 2026-06-21T20:54:43.292Z