mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
updated release notes
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8cde0c0672
commit
b505fe13cd
|
@ -3,6 +3,8 @@ RELEASE NOTES
|
|||
Version 4.2
|
||||
===========
|
||||
|
||||
- Fixed compilation problems with clang/llvm. Many thanks to Xi Wang for finding the problem, and suggesting the fix.
|
||||
|
||||
- Now, Z3 automatically adds arithmetic coercions: to_real and to_int.
|
||||
Option (set-option :int-real-coercions false) disables this feature.
|
||||
If SMTLIB2_COMPLIANT=true in the command line, then :int-real-coercions is also set to false.
|
||||
|
|
Loading…
Reference in a new issue