3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src/simplifier
Leonardo de Moura 6bdb009c3e Reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-20 20:42:28 -07:00
..
arith_simplifier_params.h Reorganizing the code 2012-10-20 19:54:08 -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
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
bv_simplifier_params.h Reorganizing the code 2012-10-20 19:54:08 -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
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
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

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.