Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wintersteiger committed Dec 18, 2017
1 parent c3add4e commit b0aaa4c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ RELEASE NOTES

Version 4.6.0
=============

- New requirements:
- C++11 capable compiler to build Z3.
- C++ API now requires C++11 or newer.
Expand All @@ -14,6 +15,10 @@ Version 4.6.0
issuing the command (get-objectives). Pareto front objectives are accessed by
issuing multiple (check-sat) calls until it returns unsat.

- Removed features:
- Removed support for SMT-LIB 1.x


Version 4.5.0
=============

Expand Down Expand Up @@ -49,10 +54,9 @@ Version 4.5.0
over compound formulas, introduce a fresh predicate whose
arguments are the relevant free variables in the formula and add a rule
that uses the fresh predicate in the head and formula in the body.
- minimization of unsat cores is avaialble as an option for the SAT and SMT cores.
- Minimization of unsat cores is available as an option for the SAT and SMT cores.
By setting smt.core.minimize=true resp. sat.core.minimize=true
cores produced by these modules are minimized.

cores produced by these modules are minimized.

- A multitude of bugs has been fixed.

Expand Down

0 comments on commit b0aaa4c

Please sign in to comment.