1
0
Fork 0
sudoku_constraint_solver/src
Johann150 38157d7b5e
make the solver more generic
The solver is now not specific to Sudoku but pretty much any game where
a set of square tiles needs to be filled according to a specific rule.

Since it is not specific to Sudoku any more, it is a bit less performant,
but that is not a big issue in my use case, so is fine.
2023-10-08 21:25:56 +02:00
..
board.rs make the solver more generic 2023-10-08 21:25:56 +02:00
constrain.rs make the solver more generic 2023-10-08 21:25:56 +02:00
main.rs make the solver more generic 2023-10-08 21:25:56 +02:00
rules.rs make the solver more generic 2023-10-08 21:25:56 +02:00