mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 07:40:41 +00:00
add options for logging learned lemmas and theory axioms
- add solver.axioms2files - prints negated theory axioms to files. Each file should be unsat - add solver.lemmas2console - prints lemmas to the console. - remove option smt.arith.dump_lemmas. It is replaced by solver.axioms2files
This commit is contained in:
parent
410eed9bd5
commit
63f48f8fd4
32 changed files with 260 additions and 319 deletions
|
@ -14,6 +14,11 @@ Version 4.11.0
|
|||
==============
|
||||
- remove `Z3_bool`, `Z3_TRUE`, `Z3_FALSE` from the API. Use `bool`, `true`, `false` instead.
|
||||
- z3++.h no longer includes `<sstream>` as it did not use it.
|
||||
- add solver.axioms2files
|
||||
- prints negated theory axioms to files. Each file should be unsat
|
||||
- add solver.lemmas2console
|
||||
- prints lemmas to the console.
|
||||
- remove option smt.arith.dump_lemmas. It is replaced by solver.axioms2files
|
||||
|
||||
Version 4.10.2
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue