Skip to content

Commit b0aaa4c

Browse files
author
Christoph M. Wintersteiger
committed
Updated release notes
1 parent c3add4e commit b0aaa4c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

RELEASE_NOTES

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ RELEASE NOTES
22

33
Version 4.6.0
44
=============
5+
56
- New requirements:
67
- C++11 capable compiler to build Z3.
78
- C++ API now requires C++11 or newer.
@@ -14,6 +15,10 @@ Version 4.6.0
1415
issuing the command (get-objectives). Pareto front objectives are accessed by
1516
issuing multiple (check-sat) calls until it returns unsat.
1617

18+
- Removed features:
19+
- Removed support for SMT-LIB 1.x
20+
21+
1722
Version 4.5.0
1823
=============
1924

@@ -49,10 +54,9 @@ Version 4.5.0
4954
over compound formulas, introduce a fresh predicate whose
5055
arguments are the relevant free variables in the formula and add a rule
5156
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.
5358
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.
5660

5761
- A multitude of bugs has been fixed.
5862

0 commit comments

Comments
 (0)