English

Coordinated Motion Planning is FPT on Discretized Simple Polygons

Data Structures and Algorithms 2026-05-11 v1 Computational Geometry

Abstract

In the coordinated motion planning problem, we are given a graph together with the starting and destination vertices of kk robots. At each time step, any subset of robots may move, each traversing an edge of the graph, provided that no two robots collide. The goal is to compute a schedule that routes all robots to their destinations while minimizing some objective function. In this paper, we focus on the well-studied objective of minimizing the total travel length of all robots. This problem is known to be NP-hard, and it has been shown to be fixed-parameter tractable (FPT), when parameterized by the number kk of robots, on full grids (SoCG 2023) and on bounded-treewidth graphs (ICALP 2024). We present a fixed-parameter algorithm for coordinated motion planning, parameterized by the number kk of robots, on graphs arising from discretizations of simple polygons. Such graphs are of particular interest in real-world applications, where planar motion is often constrained to discretized representations of polygonal environments. Moreover, these graphs generalize rectangular grids; consequently, our result constitutes a significant step toward resolving the parameterized complexity of coordinated motion planning on subgrids and, ultimately, planar graphs -- two prominent open problems in the field.

Keywords

Cite

@article{arxiv.2605.07570,
  title  = {Coordinated Motion Planning is FPT on Discretized Simple Polygons},
  author = {Argyrios Deligkas and Eduard Eiben and Robert Ganian and Iyad Kanj},
  journal= {arXiv preprint arXiv:2605.07570},
  year   = {2026}
}

Comments

A short version of this manuscript appears in the proceedings of ICALP 2026

R2 v1 2026-07-01T12:57:29.652Z