mirror of
https://github.com/Z3Prover/z3
synced 2025-04-18 06:39:02 +00:00
|
||
---|---|---|
.. | ||
arith_simplifier_params.cpp | ||
arith_simplifier_params.h | ||
arith_simplifier_plugin.cpp | ||
arith_simplifier_plugin.h | ||
array_simplifier_plugin.cpp | ||
array_simplifier_plugin.h | ||
base_simplifier.h | ||
basic_simplifier_plugin.cpp | ||
basic_simplifier_plugin.h | ||
bit2int.cpp | ||
bit2int.h | ||
bv_elim.cpp | ||
bv_elim.h | ||
bv_simplifier_params.h | ||
bv_simplifier_plugin.cpp | ||
bv_simplifier_plugin.h | ||
datatype_simplifier_plugin.cpp | ||
datatype_simplifier_plugin.h | ||
distribute_forall.cpp | ||
distribute_forall.h | ||
elim_bounds.cpp | ||
elim_bounds.h | ||
inj_axiom.cpp | ||
inj_axiom.h | ||
maximise_ac_sharing.cpp | ||
maximise_ac_sharing.h | ||
poly_simplifier_plugin.cpp | ||
poly_simplifier_plugin.h | ||
pull_ite_tree.cpp | ||
pull_ite_tree.h | ||
push_app_ite.cpp | ||
push_app_ite.h | ||
README | ||
simplifier.cpp | ||
simplifier.h | ||
simplifier_plugin.cpp | ||
simplifier_plugin.h | ||
theory_array_params.h |
Simplifier module is now obsolete. It is still being used in many places, but we will eventually replace all occurrences with the new rewriter module.