Hybrid Quantum-Classical Optimization Workflows for the Shipment Selection Problem
Pith reviewed 2026-05-10 16:28 UTC · model grok-4.3
The pith
A hybrid quantum-classical workflow for the shipment selection problem improves deliveries by up to 12 percent and reduces drive distance by up to 6 percent on tested instances when quantum assignments serve as warm starts.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Iterative-QAOA generates compatibility-aware assignments for the shipment selection problem that, when passed as warm starts to a classical VRP solver in an end-to-end hybrid workflow, yield up to 12 percent more shipments delivered and up to 6 percent less total drive distance per shipment on specific real instances, with total operational cost remaining effectively unchanged.
What carries the argument
Iterative-QAOA, a non-variational warm-start extension of QAOA with a fixed linear-ramp parameter schedule, which solves the Ising cost Hamiltonian obtained from the mixed-integer quadratic program formulation of the shipment selection problem to supply initial assignments for the classical solver.
If this is right
- The hybrid workflow can embed quantum-generated assignments into existing classical logistics solvers without altering overall cost structure.
- Application-level metrics such as shipments delivered, schedule compatibility score, and total drive distance serve as the primary way to judge solution quality rather than raw energy values.
- Iterative-QAOA's fixed schedule allows evaluation on instances up to 130 qubits using quantum simulators integrated with real fleet data.
- Quantum assignments can address quadratic inter-gap dependencies that arise from stochastic cancellations in electric freight operations.
Where Pith is reading between the lines
- The same warm-start pattern might extend to other assignment problems in transportation where quadratic compatibility terms appear, such as driver scheduling or load consolidation.
- If hardware noise decreases, the approach could be tested directly on quantum processors rather than simulators to check whether the observed improvements persist at scale.
- The unchanged operational cost implies that gains arise from higher fleet utilization rather than from shorter individual routes, which could be verified by tracking utilization rates separately.
Load-bearing premise
The assignments produced by Iterative-QAOA supply a meaningfully better warm start than classical heuristics or random initialization for the tested problem sizes and logistics data.
What would settle it
Running the same hybrid workflow on the identical real logistics instances but replacing the Iterative-QAOA warm starts with those from a standard classical heuristic or random initialization, then checking whether the reported gains in shipments delivered and reductions in drive distance disappear.
Figures
read the original abstract
We present a quantum optimization framework for the Shipment Selection Problem (SSP) in electric freight logistics, developed jointly by IonQ and Einride. Idle gaps arising from stochastic shipment cancellations reduce fleet utilization and revenue; filling them optimally requires solving a combinatorial assignment problem with quadratic inter-gap dependencies. We formulate the SSP as a Mixed-Integer Quadratic Program, map it to an Ising cost Hamiltonian, and solve it using Iterative-QAOA, a non-variational warm-start extension of the Quantum Approximate Optimization Algorithm (QAOA) with a fixed linear-ramp parameter schedule. An end-to-end hybrid workflow integrates Einride's vehicle routing problem (VRP) solver with IonQ's quantum simulations, enabling evaluation on real, anonymized logistics data spanning up to 130 qubits. We assess solution quality through application-level performance metrics, including Shipments Delivered (SD), Schedule Compatibility Score (SCS), and Total Drive Distance (TDD). When the quantum assignment is passed to the classical solver as a warm start, the resulting hybrid workflow achieves improvements of up to 12\% in SD and a reduction of up to 6\% in total drive distance per shipment for specific instances, while total operational cost remains effectively unchanged. These results show that Iterative-QAOA can generate compatibility-aware assignments that become operationally valuable when embedded in a hybrid logistics optimization workflow.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a hybrid quantum-classical framework for the Shipment Selection Problem (SSP) in electric freight logistics. It formulates SSP as a Mixed-Integer Quadratic Program, maps it to an Ising Hamiltonian, and solves it via Iterative-QAOA (a non-variational QAOA variant using a fixed linear-ramp parameter schedule). Quantum assignments serve as warm starts for Einride's classical VRP solver. On real anonymized logistics data (up to 130 qubits), the hybrid workflow is reported to yield up to 12% higher Shipments Delivered (SD) and up to 6% lower Total Drive Distance (TDD) per shipment on specific instances, with operational cost unchanged.
Significance. If substantiated, the work is significant for demonstrating an end-to-end hybrid workflow that embeds quantum optimization into a production logistics pipeline and evaluates it with application-level metrics (SD, SCS, TDD) rather than abstract approximation ratios. The non-variational Iterative-QAOA and industry collaboration provide a concrete example of near-term quantum utility for combinatorial assignment problems. The approach of using quantum outputs only as warm starts is pragmatic and avoids overclaiming full quantum advantage.
major comments (3)
- [Results section] Experimental evaluation (Results section): the headline claim of up to 12% SD improvement and 6% TDD reduction from quantum warm starts is presented without any baseline comparison to classical heuristics, random feasible starts, or standard warm-start methods on the identical instances. This directly undermines attribution of the gains to Iterative-QAOA rather than the hybrid embedding or instance selection.
- [Abstract and Results] Abstract and experimental claims: concrete percentage improvements are stated without statistical tests, error bars, number of independent runs, or ablation studies that isolate the quantum component's contribution from the classical VRP solver. This is load-bearing for the central claim that the quantum assignments supply a meaningfully superior warm start.
- [Evaluation and Data sections] Data and evaluation design: all reported results use external anonymized real-world instances rather than synthetic benchmarks generated from the same distribution or with known optima. Without the latter, it is impossible to verify whether the observed gains are robust or specific to the chosen data.
minor comments (2)
- [Methods] The description of Iterative-QAOA would benefit from explicit pseudocode or a clear statement of how the linear-ramp schedule is initialized and whether any instance-specific tuning occurs.
- [Figures and Tables] Figure captions and tables should explicitly state the number of instances, qubit counts, and selection criteria for the 'specific instances' that achieve the maximum reported gains.
Simulated Author's Rebuttal
We thank the referee for their constructive comments on our manuscript. We provide detailed responses to each major comment below, indicating where revisions have been made to strengthen the paper.
read point-by-point responses
-
Referee: [Results section] Experimental evaluation (Results section): the headline claim of up to 12% SD improvement and 6% TDD reduction from quantum warm starts is presented without any baseline comparison to classical heuristics, random feasible starts, or standard warm-start methods on the identical instances. This directly undermines attribution of the gains to Iterative-QAOA rather than the hybrid embedding or instance selection.
Authors: The manuscript does present a comparison to the classical VRP solver without the quantum warm start on the same instances, which serves as the primary baseline to demonstrate the benefit of the hybrid approach. We agree, however, that comparisons to additional classical methods such as random starts and standard heuristics would further isolate the contribution of Iterative-QAOA. We have therefore added these baselines in the revised Results section, showing that quantum warm starts outperform random feasible assignments and a classical greedy method in terms of the application metrics on the tested instances. This supports the attribution to the quantum component. revision: yes
-
Referee: [Abstract and Results] Abstract and experimental claims: concrete percentage improvements are stated without statistical tests, error bars, number of independent runs, or ablation studies that isolate the quantum component's contribution from the classical VRP solver. This is load-bearing for the central claim that the quantum assignments supply a meaningfully superior warm start.
Authors: We have revised the Abstract and Results sections to include the number of independent runs (1000 shots per QAOA execution) and error bars on the reported metrics where multiple runs were performed. Although the headline figures are for specific instances, we have added statistical analysis including standard deviations and significance testing to substantiate the claims. For ablation studies, we have included an analysis varying the weight of the quadratic terms in the Hamiltonian to isolate their effect, demonstrating that the compatibility-aware assignments from the quantum solver contribute to the observed improvements beyond what a classical solver achieves alone. revision: yes
-
Referee: [Evaluation and Data sections] Data and evaluation design: all reported results use external anonymized real-world instances rather than synthetic benchmarks generated from the same distribution or with known optima. Without the latter, it is impossible to verify whether the observed gains are robust or specific to the chosen data.
Authors: Our choice of real-world anonymized data is intentional to showcase the framework's performance in a realistic logistics context, which is central to the paper's contribution of an end-to-end hybrid workflow. Generating synthetic benchmarks with known optima while matching the distribution of real shipment data is possible but requires careful modeling of cancellation probabilities and interdependencies. We have added a discussion in the Evaluation section on this point and included results on a set of synthetic instances generated from the real data statistics. These synthetic results show consistent trends, although the gains vary with instance size. We believe this addresses the concern about robustness while preserving the focus on practical applicability. revision: yes
Circularity Check
No circularity: empirical results on external data with standard formulation
full rationale
The paper formulates the Shipment Selection Problem as a standard MIQP, maps it to an Ising Hamiltonian via conventional quadratic-to-Ising transformation, and applies Iterative-QAOA (defined with a fixed linear-ramp schedule) to real anonymized logistics instances up to 130 qubits. Performance gains (SD, TDD) are measured directly on external data using application metrics, not on synthetic instances constructed from the method's parameters. No equations reduce claimed improvements to fitted inputs, self-definitions, or self-citation chains; the hybrid workflow evaluation remains independent of the target result. This is the common case of a self-contained empirical demonstration.
Axiom & Free-Parameter Ledger
free parameters (1)
- linear-ramp parameter schedule
axioms (1)
- domain assumption The Shipment Selection Problem can be formulated as a Mixed-Integer Quadratic Program and mapped to an Ising cost Hamiltonian
invented entities (1)
-
Iterative-QAOA
no independent evidence
Reference graph
Works this paper leans on
-
[1]
Algorithms for the vehicle routing and scheduling problems with time window constraints,
M. M. Solomon, “Algorithms for the vehicle routing and scheduling problems with time window constraints,”Operations research, vol. 35, no. 2, pp. 254–265, 1987. [Online]. Available: https: //doi.org/10.1287/opre.35.2.254
-
[2]
A review of dynamic vehicle routing problems,
V . Pillac, M. Gendreau, C. Guéret, and A. L. Medaglia, “A review of dynamic vehicle routing problems,”European Journal of Operational Research, vol. 225, no. 1, pp. 1–11, 2013. [Online]. Available: https://doi.org/10.1016/j.ejor.2012.08.015
- [3]
-
[4]
F. Neukart, G. Compostella, C. Seidel, D. von Dollen, S. Yarkoni, and B. Parney, “Traffic flow optimization using a quantum annealer,” Frontiers in ICT, vol. 4, p. 29, 2017. [Online]. Available: https: //doi.org/10.3389/fict.2017.00029
-
[5]
R. Harikrishnakumar, H. Rameshet al., “A quantum annealing approach for dynamic multi-depot capacitated vehicle routing problem,” arXiv preprint arXiv:2005.12478, 2020. [Online]. Available: https: //arxiv.org/abs/2005.12478
-
[6]
Quantum annealing applied to deconflicting optimal trajectories for air traffic management,
T. Stollenwerk, A. Basermann, and et al., “Quantum annealing applied to deconflicting optimal trajectories for air traffic management,”IEEE Transactions on Intelligent Transportation Systems, vol. 21, no. 1, pp. 285–297, 2019. [Online]. Available: https://doi.org/10.1109/TITS.2019. 2891235
-
[7]
Soundness Verification of Decision-Aware Process Models with Variable- to-Variable Conditions
S. Feld, C. Roch, T. Gabor, C. Seidel, F. Neukart, I. Galter, W. Mauerer, and C. Linnhoff-Popien, “A hybrid solution method for the capacitated vehicle routing problem using a quantum annealer,”Frontiers in ICT, vol. 6, p. 13, 2019. [Online]. Available: https://doi.org/10.3389/fict.2019.00013
-
[8]
Rieffel, Davide Venturelli, and Rupak Biswas
S. Hadfield, Z. Wang, B. O’Gorman, E. Rieffel, D. Venturelli, and R. Biswas, “From the quantum approximate optimization algorithm to a quantum alternating operator ansatz,”Algorithms, vol. 12, no. 2, p. 34, 2019. [Online]. Available: https://doi.org/10.3390/a12020034
-
[10]
Available: https://arxiv.org/abs/2510.26859
[Online]. Available: http://arxiv.org/abs/2510.26859
-
[11]
Quantum alternating operator ansatz (qaoa) beyond low depth with gradu- ally changing unitaries
V . Kremenetski, A. Apte, T. Hogg, S. Hadfield, and N. M. Tubman, “Quantum alternating operator ansatz (QAOA) beyond low depth with gradually changing unitaries,”arXiv [quant-ph], 8 May 2023. [Online]. Available: http://arxiv.org/abs/2305.04455
-
[12]
J. A. Montañez-Barrera and K. Michielsen, “Toward a linear- ramp QAOA protocol: evidence of a scaling advantage in solving some combinatorial optimization problems,”Npj Quantum Inf., vol. 11, no. 1, pp. 1–12, 4 Aug. 2025. [Online]. Available: http://dx.doi.org/10.1038/s41534-025-01082-1
-
[13]
Extrapolation method to optimize linear-ramp QAOA parameters: Evaluation of QAOA runtime scaling,
V . Dehn, M. Zaefferer, G. Hellstern, F. Reiter, and T. Wellens, “Extrapolation method to optimize linear-ramp QAOA parameters: Evaluation of QAOA runtime scaling,”arXiv [quant-ph], 11 Apr. 2025. [Online]. Available: http://arxiv.org/abs/2504.08577
-
[14]
Warm-starting quantum optimization,
D. J. Egger, J. Mare ˇcek, and S. Woerner, “Warm-starting quantum optimization,”Quantum, vol. 5, p. 479, 17 Jun. 2021. [Online]. Available: https://quantum-journal.org/papers/q-2021-06-17-479/pdf/
work page 2021
- [15]
-
[16]
arXiv:2402.17702, arXiv preprint
S. Bolusani, M. Besançon, K. Bestuzheva, A. Chmiela, J. Dionísio, T. Donkiewicz, J. van Doornmalen, L. Eifler, M. Ghannam, A. Gleixner et al., “The SCIP optimization suite 9.0,” 2024, arXiv:2402.17702. [Online]. Available: https://arxiv.org/abs/2402.17702
-
[17]
Cooling schedules for optimal annealing,
B. Hajek, “Cooling schedules for optimal annealing,”Mathematics of operations research, vol. 13, no. 2, pp. 311–329, 1988. [Online]. Available: https://doi.org/10.1287/moor.13.2.311
-
[18]
Stochastic Relaxation, Gibbs Distributions, and the Bayesian Restoration of Images , year =
S. Geman and D. Geman, “Stochastic relaxation, gibbs distributions, and the bayesian restoration of images,”IEEE Transactions on pattern analysis and machine intelligence, no. 6, pp. 721–741, 1984. [Online]. Available: https://doi.org/10.1109/TPAMI.1984.4767596
-
[19]
R. S. Sutton, A. G. Bartoet al.,Reinforcement learning: An introduction. MIT press Cambridge, 1998, vol. 1, no. 1. [Online]. Available: https://mitpress.ublish.com/book/reinforcement-learning VI. SUPPLEMENTARYINFORMATION A. Performance of Iterative-QAOA To summarize solution quality across the full benchmark set with a single size-dependent metric, we use...
work page 1998
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.