Skip to content

Solving the N-Queens Problem Using a SAT Solver

Notifications You must be signed in to change notification settings

floyola/NQueens-SAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving NQueens problem using SAT.

Dependencies

cabal install sbv-8.6 --lib

Use

ghci sat.hs
*SAT > solveQueens <any number>