All Versions
20
Latest Version
Avg Release Cycle
179 days
Latest Release
1688 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.8 Changes
January 29, 2020- โ Add
MonadSAT
andMonadQSAT
- Achieve forward compatibility with GHC proposal 229.
- โ Add
-
v0.4.7 Changes
June 01, 2019- โ Add
anyminisat
andtrySolvers
- โ Add
-
v0.4.6 Changes
May 21, 2019- โ Add support for
cryptominisat5
- โ Add support for
-
v0.4.5 Changes
May 02, 2019- ๐ Allow
ersatz-regexp-grid
to build withbase-4.13
(GHC 8.8).
- ๐ Allow
-
v0.4.4 Changes
August 13, 2018- ๐ Avoid the use of failable pattern matches in
do
-notation to support building with GHC 8.6, which enablesMonadFailDesugaring
.
- ๐ Avoid the use of failable pattern matches in
-
v0.4.3 Changes
July 03, 2018- โ Make the test suite compile on GHC 8.6.
- ๐ Allow building with
containers-0.6
.
-
v0.4.2 Changes
January 18, 2018- โ Add
Semigroup
instances forClause
andFormula
. - Generalize
regular
,regular_in_degree
,regular_out_degree
,max_in_degree
,min_in_degree
,max_out_degree
, andmin_out_degree
to work over heterogeneous relations. - โ Add
buildFrom
toErsatz.Relation.Data
. - Add
difference
,reflexive_closure
, andsymmetric_closure
toErsatz.Relation.Op
. - โ Add
anti_symmetric
andtotal
toErsatz.Relation.Prop
.
- โ Add
-
v0.4.1 Changes
July 29, 2017- โ Add a library dependency on the
doctests
test suite
0.4
- ๐ Performance improvements for CNF printing and parsing
- โ Add the
Ersatz.Counting
,Ersatz.Relation
,Ersatz.Relation.Data
,Ersatz.Relation.Prop
, andErsatz.Relation.Op
modules - Eliminate the
Or
constructor fromBit
towards using AIG - ๐ Fix error in the SAT encoding of the
choose
function - ๐ Revamp
Setup.hs
to usecabal-doctest
. This makes it build withCabal-2.0
, and makes thedoctest
s work withcabal new-build
and sandboxes.
- โ Add a library dependency on the
-
v0.4
May 12, 2017 -
v0.3.1 Changes
May 29, 2016- โ Removed the explicit
Safe
annotations. They can't be maintained by mere mortals. Patches to mark packages upstream asTrustworthy
will be accepted as needed.
- โ Removed the explicit