3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
z3/src/qe/mbp
Nikolaj Bjorner 50f9fddfd2 Add unification based projection function
Heuristic for EMBPR is to unify terms that occur in uninterpreted contents. Walk partitions that are pure f(t) and an impure f(s)
and attempt to unify t with s ensuring that merges from s preserves satisfiability.
2025-02-16 13:18:21 -08:00
..
CMakeLists.txt bug fixes and cleanup in projection functions 2025-02-15 14:11:20 -08:00
mbp_arith.cpp replace model_ref by model* in tg_project, 2025-02-15 19:34:52 -08:00
mbp_arith.h Refactor and fix uninitialized variables and improve function consistency across multiple modules 2024-09-23 13:34:33 +01:00
mbp_arrays.cpp Refactor and fix uninitialized variables and improve function consistency across multiple modules 2024-09-23 13:34:33 +01:00
mbp_arrays.h Refactor and fix uninitialized variables and improve function consistency across multiple modules 2024-09-23 13:34:33 +01:00
mbp_arrays_tg.cpp
mbp_arrays_tg.h
mbp_basic_tg.cpp
mbp_basic_tg.h bug fixes and cleanup in projection functions 2025-02-15 14:11:20 -08:00
mbp_datatypes.cpp Refactor and fix uninitialized variables and improve function consistency across multiple modules 2024-09-23 13:34:33 +01:00
mbp_datatypes.h Refactor and fix uninitialized variables and improve function consistency across multiple modules 2024-09-23 13:34:33 +01:00
mbp_dt_tg.cpp
mbp_dt_tg.h
mbp_euf.cpp Add unification based projection function 2025-02-16 13:18:21 -08:00
mbp_euf.h Add unification based projection function 2025-02-16 13:18:21 -08:00
mbp_plugin.cpp bug fixes and cleanup in projection functions 2025-02-15 14:11:20 -08:00
mbp_plugin.h bug fixes and cleanup in projection functions 2025-02-15 14:11:20 -08:00
mbp_qel.cpp
mbp_qel.h
mbp_qel_util.cpp
mbp_qel_util.h
mbp_solve_plugin.cpp
mbp_solve_plugin.h
mbp_term_graph.cpp Add unification based projection function 2025-02-16 13:18:21 -08:00
mbp_term_graph.h bug fixes and cleanup in projection functions 2025-02-15 14:11:20 -08:00
mbp_tg_plugins.h bug fixes and cleanup in projection functions 2025-02-15 14:11:20 -08:00