horenmar / sudoku-example

An example of C++ Sudoku solver using MiniSat library.
Boost Software License 1.0
29 stars 6 forks source link

SAT based sudoku solver

This is a repository showcasing how to use a SAT solver (specifically MiniSat) to solve Sudoku. It was made as a part of this blog post about SAT solvers.

Other solvers

As a part for my talk (and future post in the serious about SAT solvers), I've asked some friends to also write a simple sudoku solver in C++. This is their list.