/csp-solver

Pretty awesome generic sudoku solver that is faster that you will ever be.

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Short instructions

see docstrings and comments of the files in src for information on the implementation. see 'assignment lab2 - Sudoku as CSP.pdf' for information on the assignment. see Design report for information on our implementation, and some test results.

example call of the program.

python sudoku.py "inputfile" "outputfile.txt"