On the complexity of constrained reconfiguration and motion planning
Nicolas Bousquet, Remy El Sabeh, Amer E. Mouawad, Naomi Nishimura

TL;DR
This paper investigates the computational complexity of reconfiguration and motion planning problems involving multiple agents with constrained actions, proving NP-completeness in general but providing efficient algorithms for special cases.
Contribution
It establishes NP-completeness of the k-Compatible Ordering problem and offers polynomial algorithms for specific constrained scenarios, extending the understanding of motion planning complexity.
Findings
k-Compatible Ordering is NP-complete even in planar or acyclic cases
Polynomial algorithms exist for k=1 and bounded treewidth graphs
Generalized variants support multiple actions per agent
Abstract
Coordinating the motion of multiple agents in constrained environments is a fundamental challenge in robotics, motion planning, and scheduling. A motivating example involves robotic arms, each represented as a line segment. The objective is to rotate each arm to its vertical orientation, one at a time (clockwise or counterclockwise), without collisions nor rotating any arm more than once. This scenario is an example of the more general -Compatible Ordering problem, where agents, each capable of state-changing actions, must transition to specific target states under constraints encoded as a set of pairs of directed graphs. We show that -Compatible Ordering is -complete, even when is planar, degenerate, or acyclic. On the positive side, we provide polynomial-time algorithms for cases such as when or has…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenome Rearrangement Algorithms · Modular Robots and Swarm Intelligence · Optimization and Search Problems
