[Haskell-cafe] [ANNOUNCEMENT] SBV 0.9.24 is out

Levent Erkok erkokl at gmail.com
Wed Dec 28 23:11:18 CET 2011


Hello all,

SBV 0.9.24 is out: http://hackage.haskell.org/package/sbv

In short, SBV allows for scripting SMT solvers directly within
Haskell, with built-in support for bit-vectors and unbounded integers.
(Microsoft's Z3 SMT solver, and SRI's Yices can be used as backends.)

New in this release are SMT based optimization (both quantified and
iterative), and support for explicit domain constraints with vacuity
check.

Full release notes: http://github.com/LeventErkok/sbv/blob/master/RELEASENOTES

Happy new year!

-Levent.



More information about the Haskell-Cafe mailing list