AAMAS Conference 2026 Conference Paper
Flow-Based Task Assignment for Large-Scale Online Multi-Agent Pickup and Delivery
- Yue Zhang
- Zhe Chen
- Daniel Harabor
- Pierre Le Bodic
- Peter J. Stuckey
We study the online Multi-Agent Pickup and Delivery (MAPD) problem, where a team of agents must repeatedly serve dynamically appearing tasks on a shared map. Existing methods either rely on simple heuristics, which result in poor decisions, or employ complex reasoning, which suffers from limited scalability under real-time constraints. In this work, we focus on the task assignment subproblem and formulate it as a minimum-cost flow over the environment graph. This eliminates the need for pairwise distance computations and allows agents to be simultaneously assigned to tasks and routed toward them. The resulting flow network also supports guide path extraction which accelerates planning under real-time constraints. This approach supports real-time execution and scales to 20, 000 agents and 30, 000 tasks within 1-second planning time, outperforming existing works in terms of computational efficiency, assignment quality and scalability.