Skip to content

Repository for the source code of the SAT solver made using DPLL algorithm the minimal Sudoku generator code

Notifications You must be signed in to change notification settings

akashgosai/SAT-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniSAT Solver

Source code for sudoku solver (using miniSAT) is in file minisatSolver.py.
Input the sudoku in the input file named 'enter.txt'. Execute python3 minisatSolver.py in terminal. Solution will be printed in the terminal.

Minimal Sudoku Generator

Source code for generating minimal sudoku is in minimal_sudoku_generator.py. Execute python3 minimal_sudoku_generator.py in the terminal. Required sudoku will be printed in 'solution.txt'. A few new text files will be created automatically the first time we run the code.

About

Repository for the source code of the SAT solver made using DPLL algorithm the minimal Sudoku generator code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages