I have thought of it, but the bindings are in a rather preliminary
state. Have you used it successfully yet?
Regards,
/Niklas
> Have you used it successfully yet?
yes, as a backend for satchmo
http://hackage.haskell.org/package/satchmo
I am currently testing this, but it's looking fine.
(The real test will be next year's termination competition ...)
My (straightforward) interface to your API is this:
http://dfa.imn.htwk-leipzig.de/cgi-bin/gitweb.cgi?p=satchmo.git;a=blob;f=Satchmo/SAT/Mini.hs;h=279ef6fb3dac519b40a2c8ddf0c7c9e6f2df300f;hb=poly
The problem (on my end) is that I use numbers (Int)
for variables (in literals)
so I need to derive Enum for Minisat's Literal type.
(If I make satchmo's Literal type polymorphic,
I'd have to change a zillion of types.)
Best regards, Johannes.