3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-04 05:19:11 +00:00

Fix some typos. (#7075)

This commit is contained in:
Bruce Mitchener 2023-12-29 10:20:06 -05:00 committed by GitHub
parent ec2b8eb4ca
commit d66df2616f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@ Version 4.12.5
- 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.
- It is based on encoding bit-vector constraints to non-linear integer arithmetic.
Version 4.12.4