3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-29 20:59:01 +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
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
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
params don't flush stream when printing param vals 2023-01-03 09:35:17 +00:00
parsers
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
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