ANN: toysolver 0.3.0 released

Dear all, I'm announcing the release of the toysolver package. http://hackage.haskell.org/package/toysolver https://github.com/msakai/toysolver It provides solver implementations of various problems including SAT, Max-SAT, PBS (Pseudo Boolean Satisfaction), PBO (Pseudo Boolean Optimization), MILP (Mixed Integer Linear Programming) and non-linear real arithmetic. In particular it contains moderately-fast pure-Haskell SAT solver 'toysat'. It can also be used as a backend for ersatz and satchmo. http://hackage.haskell.org/package/ersatz-toysat http://hackage.haskell.org/package/satchmo-toysat Regards, -- Masahiro Sakai

On Mon, Jun 01, 2015 at 08:05:04PM +0900, Masahiro Sakai wrote:
I'm announcing the release of the toysolver package.
http://hackage.haskell.org/package/toysolver https://github.com/msakai/toysolver
Thanks for the library. It's good to have more native Haskell solutions for this. Can I ask why the solvers are constructed using IO, rather than with a pure interface? Thanks, Tom
participants (2)
-
Masahiro Sakai
-
Tom Ellis