LeventErkok / sbv

SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers.
https://github.com/LeventErkok/sbv
Other
244 stars 34 forks source link

Integration with other SMT solvers #5

Closed LeventErkok closed 12 years ago

LeventErkok commented 13 years ago

Consider integrating with

LeventErkok commented 12 years ago

looks like we're committing to Yices and Z3; but with the SMTLib2 backend others can be added with relative ease; if someone really needs it.