An Analysis of Constraint-Based Multi-Agent Pathfinding Algorithms
Hannah Lee, James D. Motes, Marco Morales, Nancy M. Amato
TL;DR
The paper analyzes how constraint formulations—conservative (motion constraints) versus aggressive (priority constraints)—impact constraint-based MAPF solvers (CBS and CBSw/P) across a hybrid grid-roadmap representation that models MRMP challenges. By systematically varying representation topology and resolution on 27 maps with 15-minute limits and 25 scenarios per map, it derives a flowchart to guide constraint choice and provides insights for applying MAPF techniques to MRMP domains. The key finding is that high-coordination environments favor conservative constraints for completeness and coordination, while open or low-coordination settings benefit from aggressive constraints for scalability and faster solution discovery, albeit with potential completeness trade-offs. The work offers practical guidance for solver design and MRMP adaptation, highlighting representation topology as a critical factor and providing a public GitHub resource with raw data for replication and further study.
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), emphasizing the importance of considering topological features alongside problem, solution, and representation features. A comprehensive exploration of the study, including raw data and map performance, is available in our public GitHub Repository: https://GitHub.com/hannahjmlee/constraint-mapf-analysis
