A CLI application to solve the provided Sudoku puzzle and print solutions
This application solves the provided Sudoku puzzle using a heuristic method, and prints solutions found.
User can specify the maximum number of solutions to find, if they exist.
In verbose mode, it can display, step by step, the cell options it tries until a solution is found.
User shall provide data with the initial seed for the nine cells in each row of the nine Sudoku rows using the standard input.
Result data are provided through the standard output.
See man page in the docs directory for details.