3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src/ast/simplifier
2015-12-22 12:26:38 -08:00
..
arith_simplifier_params.cpp added module descriptions 2012-12-02 13:15:56 -08:00
arith_simplifier_params.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
arith_simplifier_params_helper.pyg added module descriptions 2012-12-02 13:15:56 -08:00
arith_simplifier_plugin.cpp Add support for abs (absolute value) function in theory arith (it is part of the SMT-LIB 2.0 standard) 2013-02-03 15:28:56 -08:00
arith_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
array_simplifier_params.cpp added module descriptions 2012-12-02 13:15:56 -08:00
array_simplifier_params.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
array_simplifier_params_helper.pyg exposed old simplifier parameters 2012-12-02 12:10:06 -08:00
array_simplifier_plugin.cpp pull unstable 2015-04-01 14:57:11 -07:00
array_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
base_simplifier.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
basic_simplifier_plugin.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
basic_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bit2int.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
bit2int.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv_elim.cpp added missing Copyright forms 2015-06-10 11:54:02 -07:00
bv_elim.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv_simplifier_params.cpp Remove old_simplify.bv.hi_div0 option, reconciling it with rewriter.bv.hi_div0. To address issue #237 2015-10-28 12:53:53 -07:00
bv_simplifier_params.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv_simplifier_params_helper.pyg Remove old_simplify.bv.hi_div0 option, reconciling it with rewriter.bv.hi_div0. To address issue #237 2015-10-28 12:53:53 -07:00
bv_simplifier_plugin.cpp remove duplicated definition of is_store and is_select 2013-08-09 09:15:04 -07:00
bv_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
datatype_simplifier_plugin.cpp Adding field update feature 2015-01-03 01:27:52 -08:00
datatype_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
distribute_forall.cpp Formatting, mostly tabs 2015-01-08 17:54:44 +00:00
distribute_forall.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
elim_bounds.cpp fix bounds elimination bug for nested quantifiers. Codeplex post z3: A formula and its negation are unsatisfiable 2015-12-22 12:26:38 -08:00
elim_bounds.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
fpa_simplifier_plugin.cpp fixed build errors and warnings 2015-01-21 18:24:36 +00:00
fpa_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
inj_axiom.cpp tabs 2015-05-19 11:01:15 +01:00
inj_axiom.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
maximise_ac_sharing.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
maximise_ac_sharing.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
poly_simplifier_plugin.cpp fixes to githup issue #133 and stackoverflow reported bug on assertion violation in poly_simplifier_plugin 2015-06-21 13:49:15 -07:00
poly_simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pull_ite_tree.cpp add assertions to simplifier 2015-01-14 22:09:48 +05:30
pull_ite_tree.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
push_app_ite.cpp add assertions to simplifier 2015-01-14 22:09:48 +05:30
push_app_ite.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
README reorganizing the code 2012-10-23 22:14:35 -07:00
simplifier.cpp flush cache when proof mode changes 2015-01-15 14:32:18 +05:30
simplifier.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
simplifier_plugin.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
simplifier_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -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.