3
0
Fork 0
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:
Nikolaj Bjorner 2022-11-23 07:59:32 +07:00
parent c7781f346d
commit 5374142e3e
2 changed files with 3 additions and 0 deletions

View file

@ -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;
// -----------------------------------
//