English

Classical and Quantum Heuristics for the Binary Paint Shop Problem

Quantum Physics 2026-01-05 v2 Data Structures and Algorithms Emerging Technologies Optimization and Control

Abstract

The Binary Paint Shop Problem (BPSP) is an APX\mathsf{APX}-hard optimisation problem in automotive manufacturing: given a sequence of 2n2n cars, comprising nn distinct models each appearing twice, the task is to decide which of two colours to paint each car so that the two occurrences of each model are painted differently, while minimising consecutive colour swaps. The key performance metric is the paint swap ratio, the average number of colour changes per car, which directly impacts production efficiency and cost. Prior work showed that the Quantum Approximate Optimisation Algorithm (QAOA) at depth p=7p=7 achieves a paint swap ratio of 0.3930.393, outperforming the classical Recursive Greedy (RG) heuristic with an expected ratio of 0.40.4 [Phys. Rev. A 104, 012403 (2021)]. More recently, the classical Recursive Star Greedy (RSG) heuristic was conjectured to achieve an expected ratio of 0.3610.361. In this study, we develop the theoretical foundations for applying QAOA to BPSP through a reduction of BPSP to weighted MaxCut, and use this framework to benchmark two state-of-the-art low-depth QAOA variants, eXpressive QAOA (XQAOA) and Recursive QAOA (RQAOA), at p=1p=1 (denoted XQAOA1_1 and RQAOA1_1), against the strongest classical heuristics known to date. Across instances ranging from 272^7 to 2122^{12} cars, XQAOA1_1 achieves an average ratio of 0.3570.357, surpassing RQAOA1_1 and all classical heuristics, including the conjectured performance of RSG. Surprisingly, RQAOA1_1 shows diminishing performance as size increases: despite using provably optimal QAOA1_1 parameters at each recursion, it is outperformed by RSG on most 2112^{11}-car instances and all 2122^{12}-car instances. To our knowledge, this is the first study to report RQAOA1_1's performance degradation at scale. In contrast, XQAOA1_1 remains robust, indicating strong potential to asymptotically surpass all known heuristics.

Cite

@article{arxiv.2509.15294,
  title  = {Classical and Quantum Heuristics for the Binary Paint Shop Problem},
  author = {V Vijendran and Dax Enshan Koh and Ping Koy Lam and Syed M Assad},
  journal= {arXiv preprint arXiv:2509.15294},
  year   = {2026}
}

Comments

30 pages, 3 figures; minor corrections and figure updates

R2 v1 2026-07-01T05:44:36.326Z