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:
parent
83662701b6
commit
db79346ef7
14 changed files with 460 additions and 12 deletions
|
@ -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
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue