8000 GitHub - aeqz/haskell-sat-examples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aeqz/haskell-sat-examples

Repository files navigation

Haskell SAT examples

Some examples of expressing problems in propositional logic and generating an SMT-LIB script for them:

# Requires ghc and Z3
z3 <(runghc hamiltonian-path-sat.hs)

# You can also save the generated SMT-LIB code as follows:
runghc hamiltonian-path-sat.hs > hamiltonian-path-sat.smt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0