English

Algorithmic QUBO Formulations for k-SAT and Hamiltonian Cycles

Data Structures and Algorithms 2022-04-29 v1

Abstract

Quadratic unconstrained binary optimization (QUBO) can be seen as a generic language for optimization problems. QUBOs attract particular attention since they can be solved with quantum hardware, like quantum annealers or quantum gate computers running QAOA. In this paper, we present two novel QUBO formulations for kk-SAT and Hamiltonian Cycles that scale significantly better than existing approaches. For kk-SAT we reduce the growth of the QUBO matrix from O(k)O(k) to O(log(k))O(log(k)). For Hamiltonian Cycles the matrix no longer grows quadratically in the number of nodes, as currently, but linearly in the number of edges and logarithmically in the number of nodes. We present these two formulations not as mathematical expressions, as most QUBO formulations are, but as meta-algorithms that facilitate the design of more complex QUBO formulations and allow easy reuse in larger and more complex QUBO formulations.

Keywords

Cite

@article{arxiv.2204.13539,
  title  = {Algorithmic QUBO Formulations for k-SAT and Hamiltonian Cycles},
  author = {Jonas Nüßlein and Thomas Gabor and Claudia Linnhoff-Popien and Sebastian Feld},
  journal= {arXiv preprint arXiv:2204.13539},
  year   = {2022}
}

Comments

Accepted at GECCO 2022

R2 v1 2026-06-24T11:01:35.391Z