mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
continue updates for adding proof-log to smt core
This commit is contained in:
parent
c7781f346d
commit
5374142e3e
2 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,7 @@ struct smt_params : public preprocessor_params,
|
|||
bool m_ematching = true;
|
||||
bool m_induction = false;
|
||||
bool m_clause_proof = false;
|
||||
symbol m_proof_log;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue