3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/simplifier
Leonardo de Moura add684d8e9 checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-21 13:32:12 -07:00
..
arith_simplifier_params.cpp checkpoint 2012-10-21 13:32:12 -07:00
arith_simplifier_params.h checkpoint 2012-10-21 13:32:12 -07:00
arith_simplifier_plugin.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
arith_simplifier_plugin.h Reorganizing the code 2012-10-20 19:54:08 -07:00
array_simplifier_plugin.cpp Reorganizing the code 2012-10-20 20:53:33 -07:00
array_simplifier_plugin.h Reorganizing the code 2012-10-20 20:53:33 -07:00
base_simplifier.h Reorganizing the code 2012-10-20 19:54:08 -07:00
basic_simplifier_plugin.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
basic_simplifier_plugin.h Reorganizing the code 2012-10-20 19:54:08 -07:00
bit2int.cpp checkpoint 2012-10-21 13:32:12 -07:00
bit2int.h checkpoint 2012-10-21 13:32:12 -07:00
bv_elim.cpp checkpoint 2012-10-21 13:32:12 -07:00
bv_elim.h checkpoint 2012-10-21 13:32:12 -07:00
bv_simplifier_params.h checkpoint 2012-10-21 13:32:12 -07:00
bv_simplifier_plugin.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
bv_simplifier_plugin.h Reorganizing the code 2012-10-20 19:54:08 -07:00
datatype_simplifier_plugin.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
datatype_simplifier_plugin.h Reorganizing the code 2012-10-20 19:54:08 -07:00
distribute_forall.cpp checkpoint 2012-10-21 13:32:12 -07:00
distribute_forall.h checkpoint 2012-10-21 13:32:12 -07:00
elim_bounds.cpp checkpoint 2012-10-21 13:32:12 -07:00
elim_bounds.h checkpoint 2012-10-21 13:32:12 -07:00
inj_axiom.cpp checkpoint 2012-10-21 13:32:12 -07:00
inj_axiom.h checkpoint 2012-10-21 13:32:12 -07:00
maximise_ac_sharing.cpp checkpoint 2012-10-21 13:32:12 -07:00
maximise_ac_sharing.h checkpoint 2012-10-21 13:32:12 -07:00
poly_simplifier_plugin.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
poly_simplifier_plugin.h Reorganizing the code 2012-10-20 19:54:08 -07:00
pull_ite_tree.cpp checkpoint 2012-10-21 13:32:12 -07:00
pull_ite_tree.h checkpoint 2012-10-21 13:32:12 -07:00
push_app_ite.cpp Reorganizing the code 2012-10-20 22:03:58 -07:00
push_app_ite.h Reorganizing the code 2012-10-20 22:03:58 -07:00
README Reorganizing the code 2012-10-20 20:42:28 -07:00
simplifier.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
simplifier.h Reorganizing the code 2012-10-20 19:54:08 -07:00
simplifier_plugin.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
simplifier_plugin.h Reorganizing the code 2012-10-20 19:54:08 -07:00
theory_array_params.h checkpoint 2012-10-21 13:32:12 -07:00

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.