You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on analysis of commits from z3-4.15.4 to HEAD (81 commits since Jan 18, 2026), the following substantial changes should be added to the existing Version 4.15.5 section in RELEASE_NOTES.md:
Formatted Content to Add
The following content should be appended to the existing Version 4.15.5 section (after the current entries):
- Add SLS (Stochastic Local Search) tactic as a separate worker thread for parallel solving of LIA problems. The SLS worker
can be enabled using the sls.threads parameter and runs independently of other workers, notifying the batch manager upon
finding solutions. Thanks to Ilana Shapiro. https://github.com/Z3Prover/z3/pull/8263- Add Windows ARM64 Python wheel builds to nightly and release pipelines, enabling native Python bindings for Windows
on ARM64 architecture. https://github.com/Z3Prover/z3/pull/8280- Fix solver state preservation with push/pop for multiple objectives. The fix ensures the initial state of the solver
is properly restored when using push/pop operations with multiple optimization objectives. Also fixes memory corruption
in Z3_polynomial_subresultants API function. https://github.com/Z3Prover/z3/pull/8264- Fix missing newline after attributes in benchmark_to_smtlib_string that could produce invalid SMT-LIB output when
attributes don't end with a newline. Thanks to Josh Berdine. https://github.com/Z3Prover/z3/pull/8276- Fix memory leak in linear programming solver's undo_fixed_column for big numbers. The fix explicitly resets mpq values
to free heap-allocated memory in region-allocated trail structures.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes Analysis for Version 4.15.5
Based on analysis of commits from z3-4.15.4 to HEAD (81 commits since Jan 18, 2026), the following substantial changes should be added to the existing Version 4.15.5 section in RELEASE_NOTES.md:
Formatted Content to Add
The following content should be appended to the existing Version 4.15.5 section (after the current entries):
Summary
Notes for Maintainers
Key Changes Highlighted
The changes represent meaningful improvements to functionality, platform support, and reliability that users should be aware of.
Beta Was this translation helpful? Give feedback.
All reactions