mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
prepare for 0.8.2
This commit is contained in:
parent
c4a4edde3a
commit
65bd7e7744
3 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# CHANGES
|
# CHANGES
|
||||||
|
|
||||||
|
## 0.8.2
|
||||||
|
|
||||||
|
- fix opam file
|
||||||
|
- fix: allow conflicts below decision level in `Make_cdcl_t`
|
||||||
|
|
||||||
## 0.8.1
|
## 0.8.1
|
||||||
|
|
||||||
- fixes in `Heap`
|
- fixes in `Heap`
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
||||||
name: "msat-bin"
|
name: "msat-bin"
|
||||||
synopsis: "SAT solver binary based on the msat library"
|
synopsis: "SAT solver binary based on the msat library"
|
||||||
license: "Apache"
|
license: "Apache"
|
||||||
version: "0.8.1"
|
version: "0.8.2"
|
||||||
author: ["Simon Cruanes" "Guillaume Bury"]
|
author: ["Simon Cruanes" "Guillaume Bury"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
||||||
name: "msat"
|
name: "msat"
|
||||||
synopsis: "Library containing a SAT solver that can be parametrized by a theory"
|
synopsis: "Library containing a SAT solver that can be parametrized by a theory"
|
||||||
license: "Apache"
|
license: "Apache"
|
||||||
version: "0.8.1"
|
version: "0.8.2"
|
||||||
author: ["Simon Cruanes" "Guillaume Bury"]
|
author: ["Simon Cruanes" "Guillaume Bury"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||||
build: [
|
build: [
|
||||||
|
|
@ -17,7 +17,7 @@ depends: [
|
||||||
"containers" {with-test}
|
"containers" {with-test}
|
||||||
"mdx" {with-test}
|
"mdx" {with-test}
|
||||||
]
|
]
|
||||||
tags: [ "sat" "smt" ]
|
tags: [ "sat" "smt" "cdcl" "functor" ]
|
||||||
homepage: "https://github.com/Gbury/mSAT"
|
homepage: "https://github.com/Gbury/mSAT"
|
||||||
dev-repo: "git+https://github.com/Gbury/mSAT.git"
|
dev-repo: "git+https://github.com/Gbury/mSAT.git"
|
||||||
bug-reports: "https://github.com/Gbury/mSAT/issues/"
|
bug-reports: "https://github.com/Gbury/mSAT/issues/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue