3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-01 20:17:52 +00:00

update release version

This commit is contained in:
Nikolaj Bjorner 2025-01-31 09:28:51 -08:00
parent 1d622a678e
commit 8ae24e2b38
7 changed files with 13 additions and 68 deletions

View file

@ -10,6 +10,13 @@ Version 4.next
- native word level bit-vector solving.
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
Versoin 4.14.0
==============
- [SLS modulo theories](https://microsoft.github.io/z3guide/programming/Local%20Search/) engine v1 release.
- API for accessing term [depth and groundness](https://github.com/Z3Prover/z3/pull/7479).
- A new API for solving LRA variables modulo constraints.
- Performance and bug fixes.
Version 4.13.4
==============
- several updates to emscripten including #7473