Skip to content

A constraint propagation solution for the partial coloring of a sudoku

License

Notifications You must be signed in to change notification settings

omarperezr/Sudoku-Constraint-Propagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving a Sudoku with constraint propagation and Graph coloring

Given a sudoku, a graph is formed making the adjacent nodes those that CAN'T have the same color (number) The coloring is done following the constraints of sudoku and using constraint propagation

About

A constraint propagation solution for the partial coloring of a sudoku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages