3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

add to release notes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-10-05 09:31:14 -07:00
parent 115187ee2b
commit 773f90f122

View file

@ -7,6 +7,14 @@ Version 4.4.1
- A multitude of bugs has been fixed.
- New Feature: Support for optimization queries. The SMT-LIB2 command language
is augmented by three commands (maximize <expr>), (minimize <expr)
and (assert-soft <expr> [:weight <numeral>] [:id <identifier>]).
The programmatic API also contains a dedicated context for solving
optimization queries. The TACAS 2015 tool paper by Bjorner, Dung and
Fleckenstein describes additional details and the online tutorial on
http://rise4fun.com/z3opt illustrates some uses.
Version 4.4.0
=============