This is a basic kakuro solver.
This engine solves the game Kakuro. You can read about kakuros on wikipedia: https://en.wikipedia.org/wiki/Kakuro
Python 2.7.12
Download repository and execute kakuro_example.py. You can also edit the example numbers to get different results. The module depends on combinations.py