cosmologicon / constraint-examples

Solving puzzles with the Constraint Satisfaction Problem solver python-constraint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:Python 100.0%