3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 14:25:35 +00:00
z3/src/tactic/arith
Nikolaj Bjorner d12efb6097 remove min/max, use qmax; disable cancellation during model evaluation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-05-19 13:10:43 -07:00
..
add_bounds_tactic.cpp moving to resource managed cancellation 2015-12-11 17:46:22 -08:00
add_bounds_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
arith_bounds_tactic.cpp updates to resource exceptions, update master possibly handle pull request issue 2015-12-12 11:36:49 -08:00
arith_bounds_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bound_manager.cpp using a consistent naming convention for naming tactic subfolders 2012-10-24 15:11:44 -07:00
bound_manager.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bound_propagator.cpp saved params work 2012-11-29 17:19:12 -08:00
bound_propagator.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv2int_rewriter.cpp add handling for distinct to bit-blaster 2016-03-28 11:22:54 -07:00
bv2int_rewriter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv2real_rewriter.cpp using a consistent naming convention for naming tactic subfolders 2012-10-24 15:11:44 -07:00
bv2real_rewriter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
card2bv_tactic.cpp reworking cancellation 2015-12-11 16:21:24 -08:00
card2bv_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
degree_shift_tactic.cpp updates to resource exceptions, update master possibly handle pull request issue 2015-12-12 11:36:49 -08:00
degree_shift_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
diff_neq_tactic.cpp updates to resource exceptions, update master possibly handle pull request issue 2015-12-12 11:36:49 -08:00
diff_neq_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
elim01_tactic.cpp reworking cancellation 2015-12-11 16:21:24 -08:00
elim01_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
eq2bv_tactic.cpp fix optimization pre-processing reported by Gereon Kremer 2016-04-09 20:58:57 -07:00
eq2bv_tactic.h add tactic to recognize small discrete domains and convert them into bit-vectors 2015-08-20 06:39:11 -07:00
factor_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
factor_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
fix_dl_var_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
fix_dl_var_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
fm_tactic.cpp fix unused-but-set-variable warnings reported in #579 2016-05-18 11:02:10 -07:00
fm_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
lia2card_tactic.cpp remove min/max, use qmax; disable cancellation during model evaluation 2016-05-19 13:10:43 -07:00
lia2card_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
lia2pb_tactic.cpp fix partial model tracking over cancellation/exceptions, reported by August Shi. Fix regression test for fp-to-real, reset the pre-processor in inc_sat_solver on exceptions 2016-03-07 16:42:29 -08:00
lia2pb_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
linear_equation.cpp using a consistent naming convention for naming tactic subfolders 2012-10-24 15:11:44 -07:00
linear_equation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
nla2bv_tactic.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
nla2bv_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
normalize_bounds_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
normalize_bounds_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pb2bv_model_converter.cpp using a consistent naming convention for naming tactic subfolders 2012-10-24 15:11:44 -07:00
pb2bv_model_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pb2bv_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
pb2bv_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
probe_arith.cpp reworking cancellation 2015-12-11 16:21:24 -08:00
probe_arith.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
propagate_ineqs_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
propagate_ineqs_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
purify_arith_tactic.cpp add completion (introducing negative root function symbols) to address regression introduced when fixing unsound handling of negative roots 2015-12-16 00:49:06 +02:00
purify_arith_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
recover_01_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
recover_01_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00