A C++-based AI sudoku solver. It implements backtracking and constraint satisfaction to solve a sudoku (or determine whether the sudoku is actually solvable).
I recommend using Visual Studio. The Main.cpp
file includes example usage.
Create an interface to load in a sudoku, allow the user to attempt to solve it, and then provide a 'solve'/'check' button.