Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • Aleš Hrabalík wrote a fairly performant solver that can be found on his github

About

An example of C++ Sudoku solver using MiniSat library.

Resources

Stars

29 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages