English

Universal Solvability for Robot Motion Planning on Graphs

Computational Complexity 2026-02-10 v3 Computational Geometry Data Structures and Algorithms

Abstract

We study the Universal Solvability of Robot Motion Planning on Graphs (USolR) problem: given an undirected graph G=(V,E)G = (V, E) and pp robots, determine whether any arbitrary configuration of the robots can be transformed into any other arbitrary configuration via a sequence of valid, collision-free moves. We design a canonical accumulation procedure that maps arbitrary configurations to configurations that occupy a fixed subset of vertices, enabling us to analyze configuration reachability in terms of equivalence classes. We prove that in instances that are not universally solvable, at least half of all configurations are unreachable from a given one, and leverage this to design an efficient randomized algorithm with one-sided error, which can be derandomized with a blow-up in the running time by a factor of pp. Further, we optimize our deterministic algorithm by using the structure of the input graph G=(V,E)G = (V, E), achieving a running time of O(p(V+E))\mathcal{O}(p \cdot (|V| + |E|)) in sparse graphs and O(V+E)\mathcal{O}(|V| + |E|) in dense graphs. Finally, we consider the Graph Edge Augmentation for Universal Solvability (EAUS) problem, where given a connected graph GG that is not universally solvable for pp robots, the question is to check if for a given budget bb, at most bb edges can be added to GG to make it universally solvable for pp robots. We provide an upper bound of p2p - 2 on bb for general graphs. On the other hand, we also provide examples of graphs that require Θ(p)\Theta(p) edges to be added. We further study the Graph Vertex and Edge Augmentation for Universal Solvability (VEAUS) problem, where aa vertices and bb edges can be added, and we provide lower bounds on aa and bb.

Keywords

Cite

@article{arxiv.2506.18755,
  title  = {Universal Solvability for Robot Motion Planning on Graphs},
  author = {Anubhav Dhar and Pranav Nyati and Tanishq Prasad and Ashlesha Hota and Sudeshna Kolay},
  journal= {arXiv preprint arXiv:2506.18755},
  year   = {2026}
}

Comments

accepted to AAMAS 2026

R2 v1 2026-07-01T03:29:41.770Z