mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
prepare for 0.9
This commit is contained in:
parent
a3e618a4fe
commit
14e07f7a8a
3 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# CHANGES
|
# CHANGES
|
||||||
|
|
||||||
|
## 0.9
|
||||||
|
|
||||||
|
- feat: allow the theory to ask for some literals to be decided on
|
||||||
|
- feat: allow to set the default polarity of variables at creation time
|
||||||
|
|
||||||
## 0.8.3
|
## 0.8.3
|
||||||
|
|
||||||
- support containers 3.0
|
- support containers 3.0
|
||||||
|
|
|
||||||
|
|
@ -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.3"
|
version: "0.9"
|
||||||
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.3"
|
version: "0.9"
|
||||||
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: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue