You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project offers a robust and flexible solution for solving Sudoku puzzles of different sizes (9x9, 16x16, and 36x36). It utilizes constraint programming techniques, specifically OR-tools' CP-SAT models, for effective puzzle solving.
Pour lancer la simulation, tapez python3 solver_sudoku.py 9
Remplacez 9 par 16 ou par 36 pour changer de grilles à résoudre.
Attention
Le fichier de sudokus 9 x 9 n'a pas été inclus, il est à télécharger sur ce lien
About
This project offers a robust and flexible solution for solving Sudoku puzzles of different sizes (9x9, 16x16, and 36x36). It utilizes constraint programming techniques, specifically OR-tools' CP-SAT models, for effective puzzle solving.