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

update release notes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-03-09 17:19:02 -07:00
parent ea1360ee46
commit ab0323c22b

View file

@ -7,10 +7,16 @@ Version 4.next
- CDCL core for SMT queries. It extends the SAT engine with theory solver plugins.
- add global incremental pre-processing for the legacy core.
Version 4.14.1
Version 4.14.2
==============
- Improved integer cut algorithms for linear integer arithmetic.
Version 4.14.1
==============
- Add ubv_to_int, sbv_to_int, int_to_bv to SMTLIB2 API.
- Fix nuget package regression omitting Microsoft.Z3.* files
Version 4.14.0
==============
- [SLS modulo theories](https://microsoft.github.io/z3guide/programming/Local%20Search/) engine v1 release.