3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
z3/src/ast/simplifiers
Nikolaj Bjorner 2d7a38e95e fix #6488
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2022-12-13 16:07:41 -08:00
..
bit2int.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
bit_blaster.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
bit_blaster.h move qhead to attribute on the state instead of the simplifier, 2022-11-29 16:36:02 +07:00
bv_elim.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
bv_slice.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
bv_slice.h move qhead to attribute on the state instead of the simplifier, 2022-11-29 16:36:02 +07:00
card2bv.cpp doc fixes 2022-12-11 10:04:01 -08:00
card2bv.h move qhead to attribute on the state instead of the simplifier, 2022-11-29 16:36:02 +07:00
CMakeLists.txt update distribute forall 2022-12-06 17:59:33 -08:00
cnf_nnf.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
demodulator_simplifier.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
demodulator_simplifier.h add demodulator tactic based on demodulator-simplifier 2022-12-05 03:20:46 -08:00
dependent_expr.h cleanup more in dependent_expr_state_tactic to reduce mem consumption 2022-12-09 11:34:53 +00:00
dependent_expr_state.cpp fix filtering for recursive functions 2022-12-04 03:53:30 -08:00
dependent_expr_state.h fix build 2022-12-11 22:17:11 +00:00
distribute_forall.cpp distribute forall cpp code 2022-12-06 18:15:18 -08:00
distribute_forall.h update distribute forall 2022-12-06 17:59:33 -08:00
elim_bounds.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
elim_term_ite.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
elim_unconstrained.cpp fix #6488 2022-12-13 16:07:41 -08:00
elim_unconstrained.h fix #6488 2022-12-12 09:50:44 -08:00
eliminate_predicates.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
eliminate_predicates.h wip - dependent expr simpliifer 2022-11-30 13:41:40 +07:00
euf_completion.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
euf_completion.h move qhead to attribute on the state instead of the simplifier, 2022-11-29 16:36:02 +07:00
extract_eqs.cpp build issues 2022-12-11 15:05:13 -08:00
extract_eqs.h switch to solve_eqs2 tactic 2022-11-08 12:23:36 -08:00
flatten_clauses.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
max_bv_sharing.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
max_bv_sharing.h make max_bv_sharing a simplifier 2022-11-25 11:38:41 +07:00
model_reconstruction_trail.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
model_reconstruction_trail.h build issues 2022-12-11 15:05:13 -08:00
propagate_values.cpp update doc 2022-12-11 10:16:17 -08:00
propagate_values.h fix perf bugs in new value propagation 2022-12-04 03:53:30 -08:00
pull_nested_quantifiers.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
push_ite.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
refine_inj_axiom.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
rewriter_simplifier.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
seq_simplifier.h add more simplifiers, fix model reconstruction order for elim_unconstrained 2022-12-01 02:35:43 +09:00
solve_context_eqs.cpp cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
solve_context_eqs.h switch to solve_eqs2 tactic 2022-11-08 12:23:36 -08:00
solve_eqs.cpp update doc 2022-12-11 10:16:17 -08:00
solve_eqs.h wip - dependent expr simpliifer 2022-11-30 13:41:40 +07:00