3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
z3/src
Nikolaj Bjorner 8ea49eed8e convert reduce-args to a simplifier
- convert reduce-args to a simplifier. Currently exposed as reduce-args2 tactic until the old tactic code gets removed.
- bug fixes in model_reconstruction trail
  - allow multiple defs to be added with same pool of removed formulas
  - fix tracking of function symbols instead of expressions to filter replay
- add nla_divisions to track (cheap) divisibility lemmas.
-
2023-01-28 20:12:14 -08:00
..
ackermannization add doc for ackermannize 2022-12-27 12:02:08 -08:00
api update julia bindings to use 64-bit mk_real (real_val) 2023-01-24 13:06:41 -08:00
ast convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
cmd_context move bound_manager to simplifiers, add bound manager to extract_eqs for solve-eqs #6532 2023-01-12 12:42:28 -08:00
math convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
model rename set-flat to set-flat-and-or to allow to differentiate parameters 2022-10-27 11:22:57 -07:00
muz add missing tactic descriptions, add rewrite for tamagochi 2023-01-08 13:32:26 -08:00
nlsat fix bug in new core not detecting conflict, fix #6525, add tactic doc 2023-01-14 17:20:43 -05:00
opt experimental feature to access congruence closure of SimpleSolver 2022-12-30 21:41:27 -08:00
params don't flush stream when printing param vals 2023-01-03 09:35:17 +00:00
parsers Optimize calls to Z3_eval_smtlib2_string (#6422) 2022-10-28 13:57:22 -07:00
qe address compiler warnings, and user question #6544 2023-01-19 19:02:43 -08:00
sat convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
shell cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
smt convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
solver fix #6528 2023-01-10 14:42:23 -08:00
tactic convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
test fix #6535 2023-01-12 19:06:30 -08:00
util convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
CMakeLists.txt add demodulator simplifier 2022-12-04 09:39:28 -08:00