We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be6fc1 commit bb25985Copy full SHA for bb25985
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.4
2
+
3
+- move to github actions for CI
4
+- perf: release runtime lock in `solve`
5
+- perf: fast path for `add_clause`
6
+- perf: annotate some C functions as `noalloc`
7
8
## 0.3
9
minisat.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
-version: "0.3"
+version: "0.4"
author: "simon.cruanes.2007@m4x.org"
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "Bindings to Minisat-C-1.14.1, with the solver included"
0 commit comments