3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 00:32:16 +00:00

increase version number

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-02-18 15:00:26 -08:00
parent 30dba9bde7
commit fb6ec7d5e7
5 changed files with 10 additions and 5 deletions

View file

@ -10,7 +10,12 @@ 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
Version 4.14.1
==============
- Improved integer cut algorithms for linear integer arithmetic.
Version 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).