3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 01:55:32 +00:00
z3/src/tactic
Nuno Lopes aed4619066 reduce-args: fixed unsoundness introduced in my previous commit
skip an UF arg if it's quantified
e.g. forall a . f(a, b) -> f(b) (but not f)
2016-03-17 13:14:43 +00:00
..
aig updates to resource exceptions, update master possibly handle pull request issue 2015-12-12 11:36:49 -08:00
arith 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
bv make proto-model evaluation use model_evaluator instead of legacy evaluator 2016-03-05 10:14:15 -08:00
core reduce-args: fixed unsoundness introduced in my previous commit 2016-03-17 13:14:43 +00:00
fpa Bugfix for fp.to_*_unspecified. 2016-03-16 16:16:29 +00:00
nlsat_smt "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
portfolio fix issue #212 - don't use SAT solver core when division semantics is disabled 2015-09-05 11:03:35 -07:00
sls updates to resource exceptions, update master possibly handle pull request issue 2015-12-12 11:36:49 -08:00
smtlogics Inc sat for ackr. 2016-03-10 17:36:06 +00:00
ufbv Made ufbv-rewriter tactic public 2016-01-28 11:14:01 +00:00
converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
equiv_proof_converter.cpp re-organization of muz 2013-08-28 22:11:33 -07:00
equiv_proof_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
extension_model_converter.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
extension_model_converter.h 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
filter_model_converter.cpp fix model transformation bug in bit blaster rule transformer, reported by Sagar Chaki 2014-07-08 11:21:19 +02:00
filter_model_converter.h fixes #186, remove ite-lifting from opt_context to detect weighted maxsat 2015-08-06 11:52:59 +02:00
goal.cpp some confusion about proof generation 2013-06-27 12:24:18 -07:00
goal.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
goal_num_occurs.cpp Fix file name (use same naming convention) 2012-12-14 09:04:20 -08:00
goal_num_occurs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
goal_shared_occs.cpp checkpoint 2012-10-21 18:12:34 -07:00
goal_shared_occs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
goal_util.cpp checkpoint 2012-10-21 18:12:34 -07:00
goal_util.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
horn_subsume_model_converter.cpp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
horn_subsume_model_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
model_converter.cpp checkpoint 2012-10-21 18:12:34 -07:00
model_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
probe.cpp Minor fixes for QF_BV div0 ackermannization 2016-02-01 18:04:19 +00:00
probe.h Adding a probe for qf_ufbv and applying it in the qfufbv_ackr_tactic. 2016-01-28 11:46:31 +00:00
proof_converter.cpp checkpoint 2012-10-21 18:12:34 -07:00
proof_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
replace_proof_converter.cpp re-organization of muz 2013-08-28 22:11:33 -07:00
replace_proof_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
tactic.cpp reworking cancellation 2015-12-11 16:21:24 -08:00
tactic.h reworking cancellation 2015-12-11 16:21:24 -08:00
tactic_exception.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
tactical.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
tactical.h add catch for cancellation intermixed with return value l_true. To address regressions in QF_LIA tests 2015-09-29 16:50:59 -07:00