Skip to content

Commit 773f90f

Browse files
add to release notes
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 115187e commit 773f90f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE_NOTES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Version 4.4.1
77

88
- A multitude of bugs has been fixed.
99

10+
- New Feature: Support for optimization queries. The SMT-LIB2 command language
11+
is augmented by three commands (maximize <expr>), (minimize <expr)
12+
and (assert-soft <expr> [:weight <numeral>] [:id <identifier>]).
13+
The programmatic API also contains a dedicated context for solving
14+
optimization queries. The TACAS 2015 tool paper by Bjorner, Dung and
15+
Fleckenstein describes additional details and the online tutorial on
16+
http://rise4fun.com/z3opt illustrates some uses.
17+
1018

1119
Version 4.4.0
1220
=============

0 commit comments

Comments
 (0)