A simpler program that solves Kakuro puzzles using an iterative, restriction, and sum-partition based approach where each restriction and possble sum partition is first recognized, after which possibilities are removed iteratively. Prints the board and all possibilities it did not manage to solve in the end.
Includes a test-board, but also allows users to input their own kakuro board using a simplified command-line UI.