An algorithm with improved complexity for pebble motion/multi-agent path finding on trees

07/24/2023
by   Stefano Ardizzoni, et al.
0

The pebble motion on trees (PMT) problem consists in finding a feasible sequence of moves that repositions a set of pebbles to assigned target vertices. This problem has been widely studied because, in many cases, the more general Multi-Agent path finding (MAPF) problem on graphs can be reduced to PMT. We propose a simple and easy to implement procedure, which finds solutions of length O(knc + n^2), where n is the number of nodes, k is the number of pebbles, and c the maximum length of corridors in the tree. This complexity result is more detailed than the current best known result O(n^3), which is equal to our result in the worst case, but does not capture the dependency on c and k.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/10/2017

AI Buzzwords Explained: Multi-Agent Path Finding (MAPF)

Explanation of the hot topic "multi-agent path finding"....
research
09/09/2022

Multi-Agent Path Finding on Strongly Connected Digraphs: feasibility and solution algorithms

On an assigned graph, the problem of Multi-Agent Pathfinding (MAPF) cons...
research
09/26/2022

Constrained Multi-Agent Path Finding on Directed Graphs

We discuss C-MP and C-MAPF, generalizations of the classical Motion Plan...
research
05/13/2018

Multi-Agent Path Finding with Deadlines: Preliminary Results

We formalize the problem of multi-agent path finding with deadlines (MAP...
research
04/18/2021

Revisiting the Complexity Analysis of Conflict-Based Search: New Computational Techniques and Improved Bounds

The problem of Multi-Agent Path Finding (MAPF) calls for finding a set o...
research
02/17/2017

Overview: Generalizations of Multi-Agent Path Finding to Real-World Scenarios

Multi-agent path finding (MAPF) is well-studied in artificial intelligen...
research
07/17/2021

Anti Tai Mapping for Unordered Labeled Trees

The well-studied Tai mapping between two rooted labeled trees T_1(V_1, E...

Please sign up or login with your details

Forgot password? Click here to reset