We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115187e commit 773f90fCopy full SHA for 773f90f
RELEASE_NOTES
@@ -7,6 +7,14 @@ Version 4.4.1
7
8
- A multitude of bugs has been fixed.
9
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
+
18
19
Version 4.4.0
20
=============
0 commit comments