3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-01-24 03:38:19 -08:00
parent 4601d1d664
commit d5bd20978b

View file

@ -19,6 +19,7 @@ Version 4.12.2
implies that the modulus is redundant. This tactic is useful for
benchmarks created by converting bit-vector semantics to integer
reasoning.
- change API function Z3_mk_real to take two int64 as arguments instead of int.
Version 4.12.1
==============