Skip to content

Solving puzzles with the Constraint Satisfaction Problem solver python-constraint

License

Notifications You must be signed in to change notification settings

gridl/constraint-examples

 
 

Repository files navigation

constraint-examples

Solving logic puzzles in Python with the Constraint Satisfaction Problem solver python-constraint

To install requirements:

sudo pip3 install python-constraint

Examples done so far (from simplest to most complex):

  • Sudoku
  • N queens
  • Hitori
  • Star Battle
  • ABC End View
  • Masyu

About

Solving puzzles with the Constraint Satisfaction Problem solver python-constraint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%