paper-with-me

Papers

Solving Multi-Agent Multi-Goal Path Finding Problems in Polynomial Time

2025-12-17 · Stefan Edelkamp arxiv

In this paper, we plan missions for a fleet of agents in undirected graphs, such as grids, with multiple goals. In contrast to regular multi-agent path-finding, the solver finds and updates the assignment of goals to the agents on its own. In the continuous case for a point agent with motions in the Euclidean plane, the problem can be solved arbitrarily close to optimal. For discrete variants that incur node and edge conflicts, we show that it can be solved in polynomial time, which is unexpected, since traditional vehicle routing on general graphs is NP-hard. We implement a corresponding planner that finds conflict-free optimized routes for the agents. Global assignment strategies greatly reduce the number of conflicts, with the remaining ones resolved by elaborating on the concept of ants-on-the-stick, by solving local assignment problems, by interleaving agent paths, and by kicking agents that have already arrived out of their destinations

📄 PDF Abstract BibTeX arXiv:2512.22171

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering

2020-09-10 · Pavel Surynek

We introduce multi-goal multi agent path finding (MAPF$^{MG}$) which generalizes the standard discrete multi-agent path finding (MAPF) problem. While the task in MAPF is to navigate agents in an undirected graph from the…

Heuristic SearchMulti-Agent Path FindingNavigate

MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem

2024-04-30 · Mingkai Tang, Yuanhang Li, Hongji Liu, Yingbing Chen 외

With the expansion of the scale of robotics applications, the multi-goal multi-agent pathfinding (MG-MAPF) problem began to gain widespread attention. This problem requires each agent to visit pre-assigned multiple goal …

Multi-Agent Path Finding

Lifelong Multi-Agent Path Finding in Large-Scale Warehouses

2020-05-15 · Jiaoyang Li, Andrew Tinka, Scott Kiesel, Joseph W. Durham 외

Multi-Agent Path Finding (MAPF) is the problem of moving a team of agents to their goal locations without collisions. In this paper, we study the lifelong variant of MAPF, where agents are constantly engaged with new goa…

Multi-Agent Path Finding

DMS*: Minimizing Makespan for Multi-Agent Combinatorial Path Finding

2023-12-11 · Zhongqiang Ren, Anushtup Nandy, Sivakumar Rathinam, Howie Choset

Multi-Agent Combinatorial Path Finding (MCPF) seeks collision-free paths for multiple agents from their initial to goal locations, while visiting a set of intermediate target locations in the middle of the paths. MCPF is…

Compilation-based Solvers for Multi-Agent Path Finding: a Survey, Discussion, and Future Opportunities

2021-04-23 · Pavel Surynek

Multi-agent path finding (MAPF) attracts considerable attention in artificial intelligence community as well as in robotics, and other fields such as warehouse logistics. The task in the standard MAPF is to find paths th…

Multi-Agent Path FindingNavigate