English

Multi-Agent Route Planning as a QUBO Problem

Robotics 2026-02-10 v1 Quantum Physics

Abstract

Multi-Agent Route Planning considers selecting vehicles, each associated with a single predefined route, such that the spatial coverage of a road network is increased while redundant overlaps are limited. This paper gives a formal problem definition, proves NP-hardness by reduction from the Weighted Set Packing problem, and derives a Quadratic Unconstrained Binary Optimization formulation whose coefficients directly encode unique coverage rewards and pairwise overlap penalties. A single penalty parameter controls the coverage-overlap trade-off. We distinguish between a soft regime, which supports multi-objective exploration, and a hard regime, in which the penalty is strong enough to effectively enforce near-disjoint routes. We describe a practical pipeline for generating city instances, constructing candidate routes, building the QUBO matrix, and solving it with an exact mixed-integer solver (Gurobi), simulated annealing, and D-Wave hybrid quantum annealing. Experiments on Barcelona instances with up to 10 000 vehicles reveal a clear coverage-overlap knee and show that Pareto-optimal solutions are mainly obtained under the hard-penalty regime, while D-Wave hybrid solvers and Gurobi achieve essentially identical objective values with only minor differences in runtime as problem size grows.

Keywords

Cite

@article{arxiv.2602.07913,
  title  = {Multi-Agent Route Planning as a QUBO Problem},
  author = {Renáta Rusnáková and Martin Chovanec and Juraj Gazda},
  journal= {arXiv preprint arXiv:2602.07913},
  year   = {2026}
}
R2 v1 2026-07-01T10:26:38.382Z