3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src
Nikolaj Bjorner 3433b14dfa separate fixed from bits to allow updates that break tabu
- range and fixed restrictions on terms are based on constraints and can be violated temporarily.
- bv_eval currently does not allow updating over fixed bits which leads to non-termination. TODO
- lookahead only considers tabu when setting values of variables.
2024-12-30 17:47:18 -08:00
..
ackermannization delete more default constructors 2024-09-23 12:59:04 +01:00
api Add 2 new API functions to get depth & groundness of exprs (#7479) 2024-12-30 08:49:43 -08:00
ast separate fixed from bits to allow updates that break tabu 2024-12-30 17:47:18 -08:00
cmd_context more detailed tracing of where unmaterialized exceptions happen 2024-11-19 18:15:50 -08:00
math 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
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 Add new string repair heuristic (#7496) 2024-12-30 08:49:07 -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 use bail_out instead of early return to ensure marks are cleared 2024-12-22 06:14:38 +01:00
shell fix #7461 2024-12-09 16:57:17 -08:00
smt remove some platform specific behavior 2024-12-23 16:28:10 -08:00
solver remove compute depth in favor of already existing get_depth 2024-12-23 18:49:54 -08:00
tactic integrate lookahead v1 into repair loop 2024-12-26 17:49:30 -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