Nikolaj Bjorner
6b28d65487
set random seed directly on m_smt_params before context initialization
...
updates to random seed on ctx does not get propagated to arithmetic solver, preventing diversity within arithmetic solver.
2026-02-18 21:02:17 -08:00
Nuno Lopes
bfc132a4fc
move, dont copy
2026-02-18 21:02:17 -08:00
Nuno Lopes
b7bf23c3bb
move, dont copy
2026-02-18 21:02:17 -08:00
Nikolaj Bjorner
fc6355cbe2
Update Windows.yml
2026-02-18 21:02:17 -08:00
Copilot
58431ec158
Replace user-defined swap with C++11 move semantics for covert move patterns ( #8543 )
2026-02-18 21:02:17 -08:00
Nikolaj Bjorner
c50d41a6e8
update readme with workflows
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 21:02:16 -08:00
Nikolaj Bjorner
b8cfce92a8
update release
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 21:02:16 -08:00
Nikolaj Bjorner
2aab7481d9
update release
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 21:02:16 -08:00
Nikolaj Bjorner
a7dbe1698b
update to next version
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 21:02:16 -08:00
Lev Nachmanson
4c43bf585d
fix the logic of adding all coefficients and blocking double insertions in m_todo
...
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2026-02-18 21:02:16 -08:00
Nikolaj Bjorner
0be8deefd3
Revert "mpz: use pointer tagging to save space ( #8447 )"
...
This reverts commit 2f4abe2ce6 .
2026-02-18 21:02:16 -08:00
copilot-swe-agent[bot]
df024760b2
Remove OCaml Build badge from README status table
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 21:02:16 -08:00
copilot-swe-agent[bot]
b670727094
Initial plan
2026-02-18 21:02:15 -08:00
Nikolaj Bjorner
1387b2a759
Delete .github/workflows/README-macos-headerpad.md
2026-02-18 21:02:15 -08:00
copilot-swe-agent[bot]
51fd4b2806
Fix OCaml linker flag and align validation runners with build runners
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 21:02:15 -08:00
copilot-swe-agent[bot]
3c401f186b
Fix CMake variable name and clarify test path documentation
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 21:02:15 -08:00
copilot-swe-agent[bot]
3ae8d7026a
Apply headerpad fix to build systems (Python and CMake) and fix validation test paths
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 21:02:10 -08:00
copilot-swe-agent[bot]
c291c7cf95
Fix install_name_tool command and runner consistency in validation jobs
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:08 -08:00
copilot-swe-agent[bot]
2b3afe12a3
Add documentation for macOS headerpad validation
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:08 -08:00
copilot-swe-agent[bot]
bde5553815
Add macOS dylib headerpad validation to nightly and release workflows
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:08 -08:00
copilot-swe-agent[bot]
5528eac82e
Initial plan
2026-02-18 20:58:08 -08:00
Nikolaj Bjorner
d24561005d
update version
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 20:58:08 -08:00
Nikolaj Bjorner
3e54f2328b
Update RELEASE_NOTES.md for version 4.15.6
...
Added release notes for version 4.15.6, including optimizations and fixes.
2026-02-18 20:58:08 -08:00
Copilot
0761e91e8f
Remove unused swap() methods ( #8538 )
2026-02-18 20:58:08 -08:00
Lev Nachmanson
f0c3a5bbb6
fix nlsat_explain.cpp that the regression tests would pass with lws=false
...
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2026-02-18 20:58:07 -08:00
copilot-swe-agent[bot]
d3c388a489
Add -headerpad_max_install_names flag for macOS dylib builds
...
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 #7623 (regression in 4.15.5)
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:07 -08:00
copilot-swe-agent[bot]
62bfb13ada
Initial plan
2026-02-18 20:58:07 -08:00
Copilot
3a8b688008
Store rational by value in parameter variant ( #8518 )
...
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
2026-02-18 20:58:07 -08:00
Nuno Lopes
e73c897bd4
constructor
2026-02-18 20:58:07 -08:00
Copilot
70626ac914
mpz: use pointer tagging to save space ( #8447 )
...
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
2026-02-18 20:58:07 -08:00
Nuno Lopes
1fa430479f
remove redundant assert
2026-02-18 20:58:07 -08:00
Nikolaj Bjorner
29ad07c2e2
version updated on workflows
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 20:58:07 -08:00
Nikolaj Bjorner
8672d26bd0
remove obsoleted ADO workflows
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 20:58:07 -08:00
Nikolaj Bjorner
ccaa346a46
update version
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 20:58:07 -08:00
copilot-swe-agent[bot]
38661f25e4
Fix build warnings: cast size_t to unsigned in arith_decl_plugin.h and bv_decl_plugin.h
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:07 -08:00
copilot-swe-agent[bot]
3df140052b
Initial plan
2026-02-18 20:58:06 -08:00
Lev Nachmanson
784c510bd5
Revert "optionally throttle patch_basic_columns() especially useful in unsat cases"
...
This reverts commit bee2b45743 .
2026-02-18 20:58:06 -08:00
Lev Nachmanson
6351b612fc
Revert "try fixed int patch period"
...
This reverts commit 3e2027ec11 .
2026-02-18 20:58:06 -08:00
Nikolaj Bjorner
76a60f697c
Update RELEASE_NOTES.md for version 4.15.5
...
Removed several outdated features and added new functionalities across various APIs, including improvements for TypeScript, Java, and C++ bindings. Updated release notes for version 4.15.5 to reflect these changes.
2026-02-18 20:58:06 -08:00
Nikolaj Bjorner
8725bd757d
Update RELEASE_NOTES with new features and fixes
...
Added numerous enhancements and fixes including migration to GitHub Actions, new API features, optimizations, and bug fixes.
2026-02-18 20:58:06 -08:00
copilot-swe-agent[bot]
af5135274d
Fix TypeScript compilation error: add updateField to Context interface
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:06 -08:00
copilot-swe-agent[bot]
8af4983863
Add datatype_update_field to C++, Python, TypeScript, and OCaml bindings
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:06 -08:00
copilot-swe-agent[bot]
58c2bfa1bd
Initial plan
2026-02-18 20:58:06 -08:00
copilot-swe-agent[bot]
119008b46f
Fix all build warnings with surgical changes
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:58:05 -08:00
copilot-swe-agent[bot]
b5407d7302
Initial plan
2026-02-18 20:58:05 -08:00
copilot-swe-agent[bot]
999a92e3e6
Revert prexpr to non-static for debugging availability
...
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
2026-02-18 20:58:05 -08:00
copilot-swe-agent[bot]
21fd199062
Add static linkage to internal functions
...
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
2026-02-18 20:58:05 -08:00
copilot-swe-agent[bot]
ba6cfffcdf
Initial plan
2026-02-18 20:58:05 -08:00
Lev Nachmanson
edc2715aa8
try fixed int patch period
...
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2026-02-18 20:58:05 -08:00
Copilot
b0b33367ef
Add static linkage to inline functions in header files ( #8519 )
2026-02-18 20:58:05 -08:00