Conversation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
This fixes the install_name_tool issue on macOS where the tool fails with "larger updated load commands do not fit". The linker flag -Wl,-headerpad_max_install_names ensures sufficient header padding in the Mach-O binary for install_name_tool to modify install names. Changes made: - CMake: Added flag to libz3, z3java, z3jl shared libraries on Darwin - Python build: Changed flag from ML-only to all macOS builds - OCaml CMake: Added flag to OCaml stublib build on APPLE Fixes Z3Prover#7623 (regression in 4.15.5) Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
…alse Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
Added release notes for version 4.15.6, including optimizations and fixes.
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
…ation test paths Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This reverts commit 2f4abe2.
…ns in m_todo Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
…eep 4 passing tests Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Disable failure on a nullified polynomial in levelwise
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
…oop bound Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
…s-ff-by-one Fix off-by-one vulnerabilities in ackermannization module
…age-gaps Add unit tests covering ackermannization module and Z3_algebraic_eval
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
…dd A3 Python badge Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
…banners-remove-workflows Update README.md build status banners
|
There were some issues. |
|
you can just run the CI/CD checks. They will run z3test regression tests. |
|
Z3 build/z3) produced unexpected output for z3test/regressions/smt2/3689.smt2: |
Merge master into nl2lin and move linear cell construction into levelwise