lisudoku_solver
Used by https://lisudoku.xyz to solve sudoku variant puzzles.
Supported variants
- Classic
- Killer
- Thermo
- Kropki
- Diagonal
- Anti Knight
- Irregular
- Any combination of the above.
Contribute
Join the discord server.
Build
cargo run-script build
Running tests
All tests cargo test -- --nocapture
Individual test cargo test check_6x6_solve -- --nocapture