Skip to content

Implementation of n x n SAT Sudoku solver using minisat

Notifications You must be signed in to change notification settings

zakariamaaraki/SAT-Sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAT-Sudoku-solver

Implementation of n x n SAT Sudoku solver using minisat based on the paper by Inês Lynce and Jöel Ouaknine called Sudoku as a SAT Problem https://people.mpi-sws.org/~joel/publications/sudoku05.pdf.

Prerequisites

To run this project you need a docker engine running on your machine.

Setup

Build docker image by typing the following command :

docker image build . -t sudoku

Run the container

docker container run -v /home:/home -it sudoku

Author

About

Implementation of n x n SAT Sudoku solver using minisat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published