Optimal Multi-agent Path Finding in Continuous Time
Alvin Combrink, Sabino Francesco Roselli, Martin Fabian

TL;DR
This paper analyzes the limitations of the Continuous-time Conflict Based-Search (CCBS) algorithm for multi-agent path finding, introduces a new branching rule to ensure soundness and termination, and demonstrates improved solution quality with theoretical guarantees.
Contribution
It provides an analytical framework for CCBS, identifies issues in the reference implementation, and proposes a new branching rule ($oldsymbol{ extdelta}$-BR) that guarantees soundness and termination.
Findings
CCBS can fail to terminate or be sub-optimal in some cases.
The $oldsymbol{ extdelta}$-BR branching rule restores soundness and guarantees termination.
CCBS with $oldsymbol{ extdelta}$-BR achieves better solution quality on constructed examples.
Abstract
Continuous-time Conflict Based-Search (CCBS) has long been viewed as the standard optimal baseline for multi-agent path finding in continuous time (MAPFR), yet recent critiques show that the theoretically described CCBS can fail to terminate on solvable MAPFR problems while the publicly available reference implementation can return sub-optimal solutions. This work presents an analytical framework that yields simple and sufficient conditions under which any CCBS-style algorithm is both sound and solution complete. Investigating the reference CCBS implementation reveals that it violates our sufficient conditions for soundness, with counterexamples demonstrating sub-optimality. Leveraging the framework, we introduce a branching rule (-BR) and prove it restores soundness and termination guarantees. Consequently, the resulting CCBS variant is both sound and solution complete. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Metaheuristic Optimization Algorithms Research · Vehicle Routing Optimization Methods
