A MILP-Based Solution to Multi-Agent Motion Planning and Collision Avoidance in Constrained Environments
Akshay Jaitly, Jack Cline, and Siavash Farzan

TL;DR
This paper introduces a MILP-based approach for multi-agent motion planning that efficiently generates collision-free trajectories in constrained environments, significantly reducing computational complexity compared to naive methods.
Contribution
The authors embed PAAMP into a sequence-then-solve pipeline with a novel big-M hyperplane model, reducing binary variables and improving computational efficiency.
Findings
Produces collision-free trajectories an order of magnitude faster than baseline methods.
Reduces binary variables exponentially compared to naive formulations.
Proves finite-time convergence of the proposed MILP approach.
Abstract
We propose a mixed-integer linear program (MILP) for multi-agent motion planning that embeds Polytopic Action-based Motion Planning (PAAMP) into a sequence-then-solve pipeline. Region sequences confine each agent to adjacent convex polytopes, while a big-M hyperplane model enforces inter-agent separation. Collision constraints are applied only to agents sharing or neighboring a region, which reduces binary variables exponentially compared with naive formulations. An L1 path-length-plus-acceleration cost yields smooth trajectories. We prove finite-time convergence and demonstrate on representative multi-agent scenarios with obstacles that our formulation produces collision-free trajectories an order of magnitude faster than an unstructured MILP baseline.
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
TopicsRobotic Path Planning Algorithms · Spacecraft Dynamics and Control · Formal Methods in Verification
