3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 19:53:34 +00:00
z3/src
Nikolaj Bjorner 557c01a0e5 fix #7499 - add another way to avoid adding user-defined functions to models if user don't want it
- you can already do model.user_functions=false
- now you can also specify smtlib2_compliant (globally) and get smtlib2 behavior
2025-01-15 19:52:04 -08:00
..
ackermannization delete more default constructors 2024-09-23 12:59:04 +01:00
api add shortcuts to convert to python objects in cases of numerals and strings 2025-01-05 12:17:38 -08:00
ast add case for ite 2025-01-15 18:53:26 -08:00
cmd_context more detailed tracing of where unmaterialized exceptions happen 2024-11-19 18:15:50 -08:00
math fix uninitialized variable warnings 2025-01-14 13:54:05 -08:00
model fix #7448 2024-11-10 14:40:28 -08:00
muz Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01:00
nlsat use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
opt Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01:00
params set lookahead mode to default 2025-01-15 19:10:25 -08:00
parsers inherit more exceptions from std::exception 2024-11-04 13:52:14 -08:00
qe remove 2 unneeded lambda captures 2024-12-17 16:02:24 +00:00
sat fix assertion violation in the code path where the simplifier throws a memout exception 2025-01-14 16:37:53 -08:00
shell fix #7461 2024-12-09 16:57:17 -08:00
smt fix #7499 - add another way to avoid adding user-defined functions to models if user don't want it 2025-01-15 19:52:04 -08:00
solver include QF_SNIA 2025-01-13 08:13:39 -08:00
tactic fixup scoring function for sle and ule 2025-01-05 19:05:33 -08:00
test fix unit test 2025-01-15 08:38:14 -08:00
util fix uninitialized variable warnings 2025-01-14 13:54:05 -08:00
CMakeLists.txt Sls (#7439) 2024-11-02 12:32:48 -07:00