Program to solve Kakuro puzzles, implemented in Python.
Usage: kakuro_solver.py kakuro_file
Tested with a number of examples taken from http://www.theguardian.com/lifeandstyle/series/kakuro.
Capable of finding multiple solutions, if they exist. See examples/kakuro2.txt
.