See gcs/solve_elements.py for a description of the mechanics behind this package. Essentially, gcs implements a constraint solver that breaks a problem into fully constrained sets of ...
In this project, we will develop a sudoku solver that uses a more friendly interface than the one used in the first project. For instance, the following corresponds to the new input and output format ...