New versions of funsat and bitset
I wrote (and sometimes maintain) two Haskell programs: funsat and bitset. Funsat is a native haskell CDCL (conflict-driven clause-learning) SAT solver. Bitset is a small library for representing sets of items using bits under the hood (as opposed to trees, which is common in functional programming).
I just released version funsat 0.6.2 and bitset 1.1.
Funsat 0.6.2 has some compatibility changes so it now works with ghc 6.12. Also, it is cabal-installable. (Before, it would die because of stupid dependencies, or something.)
Bitset 1.1 now gives you access to the Integer that is used in the underlying bit representation.
Advertisement
No comments yet.
Leave a Reply
-
Archives
- August 2011 (1)
- July 2011 (1)
- May 2011 (1)
- March 2011 (2)
- November 2009 (1)
- July 2009 (1)
- March 2009 (2)
- July 2008 (1)
- May 2008 (1)
- April 2008 (1)
- March 2008 (1)
- February 2008 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS