mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
re-introduce option to dump arithmetic lemmas to std-out
This commit is contained in:
parent
8515cebd19
commit
31d4ba0009
5 changed files with 37 additions and 8 deletions
|
@ -83,6 +83,7 @@ struct theory_arith_params {
|
|||
unsigned m_arith_propagation_threshold = UINT_MAX;
|
||||
|
||||
bool m_arith_validate = false;
|
||||
bool m_arith_dump_lemmas = false;
|
||||
arith_pivot_strategy m_arith_pivot_strategy = arith_pivot_strategy::ARITH_PIVOT_SMALLEST;
|
||||
|
||||
// used in diff-logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue