From Cables to Qubits: A Decomposed Variational Quantum Optimization Pipeline
Paul-Niklas Ken Kandora, Adrian Asmund Fessler, Robert Fabian Lindermann, Phil Arnold, Andreas Hempel, Steffen Rebennack
TL;DR
This work targets the Cable Routing Optimization Problem (CROP) by casting it as a cable-wise separable, block-diagonal QUBO, enabling independent subproblems per cable. It introduces a decomposed gate-based quantum optimization pipeline where each cable subproblem is mapped to a small QUBO block $Q_c$ and solved via Variational Quantum Eigensolver (VQE) on $d+p$ qubits, with results merged to form a global routing. Key contributions include exact-penalty bounds for start/end and flow constraints, a per-cable penalty-augmented QUBO construction, and a practical, reproducible pipeline tested with Qiskit's SamplingVQE on room-scale instances; the experiments show feasible and near-optimal layouts under varying penalty scales. The results demonstrate the promise and current limitations of gate-based quantum optimization for multi-flow, undirected routing tasks, highlighting an actionable path toward industrial-scale deployment and providing datasets and tooling for reproducibility.
Abstract
The Cable Routing Optimization Problem (CROP) is a multi-flow routing task central to industrial layouts and smart manufacturing installations. We formulate CROP as a cable-wise separable, block-diagonal Quadratic Unconstrained Binary Optimization Problem (QUBO) and derive conservative penalty bounds that preserve feasibility. Exploiting this structure, we introduce a decomposition pipeline that builds one QUBO per cable, transforms each QUBO into a Hamiltonian and solves the subproblems with the Variational Quantum Eigensolver (VQE). Finally, the solutions per cable are merged into a global routing assignment. This procedure reduces the per-run qubits from the full problem size to those of a single-cable subproblem. We test our performance on different cable routing optimization problems varying in size using Qiskit's SamplingVQE. Our findings indicate that a decomposed VQE approach attains feasible and optimal layouts across a range of cable-routing problems.
