Skip to content

martadavma/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SudokuSolver

Python Sudoku Solver using Z3 SMT.

To use, please enter the Sudoku puzzle row by row. For each empty cell, usea a space " ", otherwise introduce the corresponding number.

The solution will be printed on the terminal. If the puzzle is Unsatisfiable, a message will appear.

About

Python Sudoku Solver using Z3 SMT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages