This software is a Mokitu Solver and Builder. The Mokitu (Sudoku with letters) is solved using the constraints programming concept. This is a school project, for the Master's degree in Computer Sciences.
This project needs wxWidgets 3, and the constraint solver Gecode 4.2.1.
For Linux, the commandline compilation is make MokituSolver.
The parameters are <nbRow> for the number of rows, and <nbCols>, the second parameter, for the number of columns. For example, ./MokituSolver 2 4 will create the interface with a (2 x 4) x (2 x 4) grid.
This project is under the MIT License.