3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-14 09:45:36 +00:00
z3/src
Nikolaj Bjorner 86663abb4e Merge master into assertion violation fix
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 2b211510-693f-4df8-9ebb-3db1e08f8683
2026-08-09 16:58:07 -07:00
..
ackermannization
api Merge build warning fixes by davedets into Master (#10460) 2026-08-08 16:17:39 -07:00
ast [code-simplifier] Code Simplification - 2026-08-09 (#10468) 2026-08-09 12:52:31 -07:00
cmd_context [snapshot-regression-fix] Allow shadowing non-core nullary builtins (pi, euler) (#10424) 2026-08-06 14:35:18 -07:00
math Merge master into assertion violation fix 2026-08-09 16:58:07 -07:00
model
muz Merge build warning fixes by davedets into Master (#10460) 2026-08-08 16:17:39 -07:00
nlsat Add fallbacks for exhaustive switches 2026-08-09 12:46:10 -07:00
opt Merge build warning fixes by davedets into Master (#10460) 2026-08-08 16:17:39 -07:00
params Enable monadic regex solver by default (#10466) 2026-08-09 12:59:36 -07:00
parsers Merge build warning fixes by davedets into Master (#10460) 2026-08-08 16:17:39 -07:00
qe Fix high-confidence clang-tidy warnings (#10451) 2026-08-07 15:49:47 -07:00
sat Merge build warning fixes by davedets into Master (#10460) 2026-08-08 16:17:39 -07:00
shell
smt fix #10435 - inverted path index may reinsert the same enode repeatedly into the candidate set for instantiation. This caused the overflow as the candidates vector grew beyond the footprint of number of enodes created. A way to address this is to compress the candidates set. We use periodic compression to pay amortized constant cost for compression. 2026-08-09 16:25:46 -07:00
solver Merge build warning fixes by davedets into Master (#10460) 2026-08-08 16:17:39 -07:00
tactic Disable "-Wnoctad-maybe-unsupported", add and fix "-Wdeprecated-copy-with-user-provided-copy". (#10332) 2026-07-31 19:34:08 -07:00
test Avoid spurious LP debug assertion in optimize by checking constraints in infinitesimal space (#10467) 2026-08-09 16:30:54 -07:00
util Remove unused state graph utility 2026-08-09 12:53:54 -07:00
CMakeLists.txt