3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
z3/src
2024-12-16 11:00:55 +00:00
..
ackermannization delete more default constructors 2024-09-23 12:59:04 +01:00
api Add __enter__ and __exit__ methods on Optimize class (#7477) 2024-12-13 09:19:04 -08:00
ast reduce hash table lookups in expr_abstract in half 2024-12-16 11:00:55 +00:00
cmd_context more detailed tracing of where unmaterialized exceptions happen 2024-11-19 18:15:50 -08:00
math add another baseline heuristic for string equalities, add cases for array axioms. 2024-12-09 15:55:19 -08:00
model fix #7448 2024-11-10 14:40:28 -08:00
muz use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
nlsat use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
opt use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
params remove incremental mode from EUF, include statistics about restart vs propagation calls to sls 2024-11-17 16:58:18 -08:00
parsers inherit more exceptions from std::exception 2024-11-04 13:52:14 -08:00
qe add projection with witnesses 2024-11-27 10:26:34 -08:00
sat extract stats with finalize for parallel mode 2024-12-13 09:30:49 -08:00
shell fix #7461 2024-12-09 16:57:17 -08:00
smt extract stats with finalize for parallel mode 2024-12-13 09:30:49 -08:00
solver add facility to solve for a linear term over API 2024-11-30 09:34:27 -08:00
tactic sls: fix bug where unsat remains empty after a literal is flipped. The new satisfiable subset should be checked 2024-12-01 18:35:56 -08:00
test add unit test for incremental equation edit distance with repair 2024-12-15 05:53:28 -08:00
util v0 of edit distance repair 2024-12-05 14:14:27 -08:00
CMakeLists.txt Sls (#7439) 2024-11-02 12:32:48 -07:00