RODSJun 4

On the Hardness of Optimal Motion on Trees

arXiv:2606.066867.01 citations
Predicted impact top 22% in RO · last 90 daysOriginality Highly original
AI Analysis

It settles long-standing open problems in discrete motion planning, showing that optimal motion on trees is intractable for fundamental models, which unifies and strengthens prior hardness results.

The paper proves NP-hardness for Multi-Agent Path Finding on trees across standard objectives (distance, makespan, flowtime) for both labeled and 2-colored variants, resolving open problems including the classical Pebble Motion problem on trees and Stack Rearrangement. The hardness holds even on simple trees like subdivided stars.

This paper presents a simple framework that settles the complexity of Multi-Agent Path Finding (MAPF) on trees across standard objectives--distance, makespan, and flowtime--for both labeled and colored variants. In MAPF, agents occupy the vertices of a graph and must move to target vertices without collisions while optimizing a given objective. In the labeled case, the agents are distinct and have respective targets; in the colored case, agents of the same color are interchangeable. While many MAPF variants are known to be intractable, several basic cases on trees have remained open. We prove NP-hardness on trees for both labeled and 2-colored MAPF under all three objectives. In particular, we resolve the classical Pebble Motion problem, where one pebble moves at a time to an adjacent empty vertex and the goal is to minimize the total number of moves. Despite being one of the most basic discrete motion models, its complexity on trees had remained open for several decades. Moreover, for colored Pebble Motion, we give the first hardness result on any graph class, already with two colors, which is tight. All of these results are established through the hardness of Stack Rearrangement, itself posed as an open problem, which asks to optimally rearrange items stored in stacks, and which we also prove to be NP-hard. Notably, the connection to stacks yields hardness already on very simple trees--subdivided stars--across all problems. Together, these results reveal a common tractability barrier that permeates several fundamental motion models, thereby unifying and strengthening prior hardness results.

Foundations

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

Your Notes