English

Assignment-Routing Optimization: Solvers for Problems Under Constraints

Artificial Intelligence 2025-12-23 v1

Abstract

We study the Joint Routing-Assignment (JRA) problem in which items must be assigned one-to-one to placeholders while simultaneously determining a Hamiltonian cycle visiting all nodes exactly once. Extending previous exact MIP solvers with Gurobi and cutting-plane subtour elimination, we develop a solver tailored for practical packaging-planning scenarios with richer constraints.These include multiple placeholder options, time-frame restrictions, and multi-class item packaging. Experiments on 46 mobile manipulation datasets demonstrate that the proposed MIP approach achieves global optima with stable and low computation times, significantly outperforming the shaking-based exact solver by up to an orders of magnitude. Compared to greedy baselines, the MIP solutions achieve consistent optimal distances with an average deviation of 14% for simple heuristics, confirming both efficiency and solution quality. The results highlight the practical applicability of MIP-based JRA optimization for robotic packaging, motion planning, and complex logistics .

Keywords

Cite

@article{arxiv.2512.18618,
  title  = {Assignment-Routing Optimization: Solvers for Problems Under Constraints},
  author = {Yuan Qilong and Michal Pavelka},
  journal= {arXiv preprint arXiv:2512.18618},
  year   = {2025}
}

Comments

11 pages, 1 figures

R2 v1 2026-07-01T08:35:20.814Z