CCAIDec 11, 2024

Exact Algorithms for Multiagent Path Finding with Communication Constraints on Tree-Like Structures

arXiv:2412.08556v32 citationsh-index: 6AAAI
Originality Incremental advance
AI Analysis

This work addresses path planning for multiple agents with limited communication in structured environments, but it is incremental as it builds on existing parameterized complexity frameworks.

The paper tackles the Multiagent Path Finding problem with communication constraints by developing exact algorithms for tree-like network structures, achieving efficient solutions when parameters like communication range and number of agents are given, but shows that efficient algorithms are unlikely when the number of agents is part of the input.

Consider the scenario where multiple agents have to move in an optimal way through a network, each one towards their ending position while avoiding collisions. By optimal, we mean as fast as possible, which is evaluated by a measure known as the makespan of the proposed solution. This is the setting studied in the Multiagent Path Finding problem. In this work, we additionally provide the agents with a way to communicate with each other. Due to size constraints, it is reasonable to assume that the range of communication of each agent will be limited. What should be the trajectories of the agents to, additionally, maintain a backbone of communication? In this work, we study the Multiagent Path Finding with Communication Constraint problem under the parameterized complexity framework. Our main contribution is three exact algorithms that are efficient when considering particular structures for the input network. We provide such algorithms for the case when the communication range and the number of agents (the makespan resp.) are provided in the input and the network has a tree topology, or bounded maximum degree (has a tree-like topology, i.e., bounded treewidth resp.). We complement these results by showing that it is highly unlikely to construct efficient algorithms when considering the number of agents as part of the input, even if the makespan is $3$ and the communication range is $1$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes