mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
Add intblast solver
This commit is contained in:
parent
0520558fc0
commit
9293923b8a
28 changed files with 1621 additions and 58 deletions
|
@ -12,6 +12,12 @@ Version 4.next
|
|||
|
||||
Version 4.12.5
|
||||
==============
|
||||
- Fixes to pypi setup and build for MacOS distributions
|
||||
- A new theory solver "int-blast" enabled by using:
|
||||
- sat.smt=true smt.bv.solver=2
|
||||
- It solves a few bit-vector problems not handled by bit-blasting, especially if the bit-widths are large.
|
||||
- It is based on encoding bit-vector constraints to non-linear integer arithemtic.
|
||||
|
||||
|
||||
Version 4.12.4
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue