Overview For a homework assignment, I needed to write a program to solve Sudoku, a typical constraint satisfaction problem (CSP), by using python-constraint.
Since it seems to be a very minor library and there were not many articles explaining it, I’d like to write this article as a reminder for myself. What is python-constraint? …