A Simple QUBO Formulation of Sudoku
Quantum Physics
2024-03-11 v1
Abstract
This article describes how to solve Sudoku puzzles using Quadratic Unconstrained Binary Optimization (QUBO). To this end, a QUBO instance with 729 variables is constructed, encoding a Sudoku grid with all constraints in place, which is then partially assigned to account for clues. The resulting instance can be solved with a Quantum Annealer, or any other strategy, to obtain the fully filled-out Sudoku grid. Moreover, as all valid solutions have the same energy, the QUBO instance can be used to sample uniformly from the space of valid Sudoku grids. We demonstrate the described method using both a heuristic solver and a Quantum Annealer.
Cite
@article{arxiv.2403.04816,
title = {A Simple QUBO Formulation of Sudoku},
author = {Sascha Mücke},
journal= {arXiv preprint arXiv:2403.04816},
year = {2024}
}