-
Notifications
You must be signed in to change notification settings - Fork 3
niklasso/minisat-haskell-bindings
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Configure using "make config" as in other libraries. - Test with: > make > build/release/bin/test-minisatraw ...Ctrl-C - Or: > make ghci ... Prelude Sat> withNewSolver (\s -> newLit s >>= \x -> addClause s [x] >> solve s []) :: IO Bool True Prelude Sat> withNewSolver (\s -> newLit s >>= \x -> addClause s [x] >> solve s [neg x]) :: IO Bool False
About
Haskell-Bindings to MiniSat
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published