An Analysis of Constraint-Based Multi-Agent Pathfinding Algorithms
Hannah Lee, James D. Motes, Marco Morales, and Nancy M. Amato

TL;DR
This paper analyzes constraint-based multi-agent pathfinding algorithms, categorizing constraints to guide future algorithm design and providing insights into their search behavior and effectiveness.
Contribution
It introduces a constraint classification framework and offers a decision flowchart to aid in selecting suitable constraints for MAPF and MRMP algorithms.
Findings
Aggressive constraints solve more instances with higher agent counts
Conservative constraints produce better solution quality when successful
Hybrid resolution impacts constraint effectiveness
Abstract
This study informs the design of future multi-agent pathfinding (MAPF) and multi-robot motion planning (MRMP) algorithms by guiding choices based on constraint classification for constraint-based search algorithms. We categorize constraints as conservative or aggressive and provide insights into their search behavior, focusing specifically on vanilla Conflict-Based Search (CBS) and Conflict-Based Search with Priorities (CBSw/P). Under a hybrid grid-roadmap representation with varying resolution, we observe that aggressive (priority constraint) formulations tend to solve more instances as agent count or resolution increases, whereas conservative (motion constraint) formulations yield stronger solution quality when both succeed. Findings are synthesized in a decision flowchart, aiding users in selecting suitable constraints. Recommendations extend to Multi-Robot Motion Planning (MRMP),…
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 · Computational Geometry and Mesh Generation · Robotics and Sensor-Based Localization
