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

Add new tactic bound-simplifier for integer-based bit-vector reasoning.

This commit is contained in:
Nikolaj Bjorner 2023-01-22 22:07:18 -08:00
parent 83662701b6
commit db79346ef7
14 changed files with 460 additions and 12 deletions

View file

@ -14,6 +14,11 @@ Version 4.next
Version 4.12.2
==============
- remove MSF (Microsoft Solver Foundation) plugin
- add bound_simplifier tactic.
It eliminates occurrences of "mod" operators when bounds information
implies that the modulus is redundant. This tactic is useful for
benchmarks created by converting bit-vector semantics to integer
reasoning.
Version 4.12.1
==============