Skip to content

fabiancannaheim/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku as Constraint Satisfaction Problem

This repository contains a sudoku solver which is implemented by formulating a sudoku riddle as constraint satisfaction problem (CSP). This implementation relies on the python-constraint library developed by Gustavo Niemeyer. It is able to take each possible sudoku configuration of a 9x9 riddle and solve it instantly.

Releases

No releases published

Packages

No packages published

Languages