ROJul 12, 2015

Optimal Multi-Robot Path Planning on Graphs: Structure and Computational Complexity

arXiv:1507.03289v141 citations
Originality Synthesis-oriented
AI Analysis

This addresses path planning for multi-robot systems, but the structural and complexity results are incremental as they build on existing NP-hardness proofs and Pareto front concepts.

The paper tackles the problem of optimal multi-robot path planning on graphs by analyzing four minimization objectives, showing they cannot always be optimized simultaneously and proving NP-hardness for each, while also noting that algorithms can solve it optimally or near-optimally for hundreds of robots.

We study the problem of optimal multi-robot path planning on graphs (MPP) over four distinct minimization objectives: the total arrival time, the makespan (last arrival time), the total distance, and the maximum (single-robot traveled) distance. On the structure side, we show that each pair of these four objectives induces a Pareto front and cannot always be optimized simultaneously. Then, through reductions from 3-SAT, we further establish that computation over each objective is an NP-hard task, providing evidence that solving MPP optimally is generally intractable. Nevertheless, in a related paper, we design complete algorithms and efficient heuristics for optimizing all four objectives, capable of solving MPP optimally or near-optimally for hundreds of robots in challenging setups.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes