File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5
2
+
3
+ - format C and OCaml code
4
+ - add ` pp_value ` and ` string_of_value `
5
+
1
6
## 0.4
2
7
3
8
- move to github actions for CI
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "0.4 "
2
+ version: "0.5 "
3
3
author: "simon.cruanes.2007@m4x.org"
4
4
maintainer: "simon.cruanes.2007@m4x.org"
5
5
synopsis: "Bindings to Minisat-C-1.14.1, with the solver included"
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ type value =
98
98
| V_false
99
99
100
100
val string_of_value : value -> string
101
- (* * @since NEXT_RELEASE *)
101
+ (* * @since 0.5 *)
102
102
103
103
val pp_value : value printer
104
- (* * @since NEXT_RELEASE *)
104
+ (* * @since 0.5 *)
105
105
106
106
val value : t -> Lit .t -> value
107
107
(* * Returns the assignation of a literal in the solver state.
You can’t perform that action at this time.
0 commit comments