3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 21:38:44 +00:00
z3/src/ast/simplifiers
Nikolaj Bjorner 771157696b new simplifier/tactic
eliminate_predicates finds macros and eliminates predicates from formulas as pre-processing.
2022-11-19 18:51:20 +07:00
..
bv_slice.cpp fixing build, wip on model reconstruction integration into dependent-expr-state 2022-11-04 14:04:44 -07:00
bv_slice.h adding simplifiers layer 2022-11-02 08:51:30 -07:00
CMakeLists.txt new simplifier/tactic 2022-11-19 18:51:20 +07:00
dependent_expr.h wip - adding context equation solver 2022-11-05 10:34:57 -07:00
dependent_expr_state.h add virtual function requirement to dependent_expr_state 2022-11-19 18:46:31 +07:00
elim_unconstrained.cpp remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00
elim_unconstrained.h remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00
eliminate_predicates.cpp new simplifier/tactic 2022-11-19 18:51:20 +07:00
eliminate_predicates.h new simplifier/tactic 2022-11-19 18:51:20 +07:00
euf_completion.cpp reset visited (fast mark) to not clash with occurs 2022-11-17 17:36:21 +09:00
euf_completion.h perf improvements to solve-eqs and euf-completion 2022-11-16 22:15:02 -08:00
extract_eqs.cpp re-enable new solve_eqs with bug fixes 2022-11-08 14:17:17 -08:00
extract_eqs.h switch to solve_eqs2 tactic 2022-11-08 12:23:36 -08:00
model_reconstruction_trail.cpp add isolated hide/add model converter functions 2022-11-19 18:50:37 +07:00
model_reconstruction_trail.h add isolated hide/add model converter functions 2022-11-19 18:50:37 +07:00
solve_context_eqs.cpp perf improvements to solve-eqs and euf-completion 2022-11-16 22:15:02 -08:00
solve_context_eqs.h switch to solve_eqs2 tactic 2022-11-08 12:23:36 -08:00
solve_eqs.cpp reset visited (fast mark) to not clash with occurs 2022-11-17 17:36:21 +09:00
solve_eqs.h remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00