Skip to content

Implementation of a Sudoku SAT Solver based in the optilog framework.

License

Notifications You must be signed in to change notification settings

k4rr3/LogicAssigment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicAssigment

This was a university project where we had to create a Sudoku SAT Solver based on the Optilog Framework. The project is able to solve any kind of sudoku with techniques for the assignments on each cell, such as ALO(at least one value on each cell), EO (exactly one value is assigned to a cell) and AMO(at most one value on each cell). If you want to test the program, you must have installed the Optilog Framework from this link https://ulog.udl.cat/software/

About

Implementation of a Sudoku SAT Solver based in the optilog framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages