File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ RELEASE NOTES
2
2
3
3
Version 4.6.0
4
4
=============
5
+
5
6
- New requirements:
6
7
- C++11 capable compiler to build Z3.
7
8
- C++ API now requires C++11 or newer.
@@ -14,6 +15,10 @@ Version 4.6.0
14
15
issuing the command (get-objectives). Pareto front objectives are accessed by
15
16
issuing multiple (check-sat) calls until it returns unsat.
16
17
18
+ - Removed features:
19
+ - Removed support for SMT-LIB 1.x
20
+
21
+
17
22
Version 4.5.0
18
23
=============
19
24
@@ -49,10 +54,9 @@ Version 4.5.0
49
54
over compound formulas, introduce a fresh predicate whose
50
55
arguments are the relevant free variables in the formula and add a rule
51
56
that uses the fresh predicate in the head and formula in the body.
52
- - minimization of unsat cores is avaialble as an option for the SAT and SMT cores.
57
+ - Minimization of unsat cores is available as an option for the SAT and SMT cores.
53
58
By setting smt.core.minimize=true resp. sat.core.minimize=true
54
- cores produced by these modules are minimized.
55
-
59
+ cores produced by these modules are minimized.
56
60
57
61
- A multitude of bugs has been fixed.
58
62
You can’t perform that action at this time.
0 commit comments