mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
prepare for 0.9.1
This commit is contained in:
parent
db042f7b88
commit
457aa15729
3 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# CHANGES
|
||||
|
||||
## 0.9.1
|
||||
|
||||
- add `on_conflit` callback
|
||||
- fix termination issue when using `push_decision_lit` from plugin
|
||||
|
||||
## 0.9
|
||||
|
||||
- feat: allow the theory to ask for some literals to be decided on
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
|||
name: "msat-bin"
|
||||
synopsis: "SAT solver binary based on the msat library"
|
||||
license: "Apache"
|
||||
version: "0.9"
|
||||
version: "0.9.1"
|
||||
author: ["Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
|||
name: "msat"
|
||||
synopsis: "Library containing a SAT solver that can be parametrized by a theory"
|
||||
license: "Apache"
|
||||
version: "0.9"
|
||||
version: "0.9.1"
|
||||
author: ["Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue