3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00
z3/src
Nikolaj Bjorner e0945f57bb fix #7554
mbp_qel  uses two iterations of saturation.
The first iteration uses only congruences, not the model.
The second iteration uses the model.
Terms are marked as "seen" during either iteration and will not be reprocessed if they are "seen".
All select terms get marked as "seen" to avoid reproducing Ackerman axioms.
But this conflicts with expanding select-store axioms during
the phase of saturation where use_model is allowed.
2025-02-18 21:04:34 -08:00
..
ackermannization delete more default constructors 2024-09-23 12:59:04 +01:00
api Fix build when Z3_API macro is non-empty (#7553) 2025-02-13 08:46:08 -08:00
ast #7559 2025-02-18 20:50:06 -08:00
cmd_context #7468 - add option (get-info :parameters) to display solver parameters that were updated globally and distinct from defaults 2025-02-10 11:57:14 -08:00
math #7559 2025-02-18 20:48:13 -08:00
model revert flat default 2025-01-27 16:56:12 -08:00
muz remove calls to removed def constructor 2025-02-16 10:13:00 -08:00
nlsat use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
opt fix #7493 2025-02-02 15:00:31 -08:00
params Add a sharp throttle to lia2card tactic to control overhead in default tactic mode 2025-02-02 13:58:51 -08:00
parsers inherit more exceptions from std::exception 2024-11-04 13:52:14 -08:00
qe fix #7554 2025-02-18 21:04:34 -08:00
sat remove calls to removed def constructor 2025-02-16 10:13:00 -08:00
shell fix #7461 2024-12-09 16:57:17 -08:00
smt adjust solve_for to handle rationals 2025-02-17 13:59:23 -08:00
solver #7468 - add option (get-info :parameters) to display solver parameters that were updated globally and distinct from defaults 2025-02-10 11:57:14 -08:00
tactic Add a sharp throttle to lia2card tactic to control overhead in default tactic mode 2025-02-02 13:58:51 -08:00
test fix unit test 2025-02-17 20:36:38 -08:00
util code simplification 2025-02-18 19:07:58 -08:00
CMakeLists.txt Sls (#7439) 2024-11-02 12:32:48 -07:00