mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
add examples with proof replay
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
88d10f7fe4
commit
f6595c161f
9 changed files with 166 additions and 5 deletions
|
@ -200,8 +200,9 @@ namespace sat {
|
|||
m_smt_proof = p.smt_proof();
|
||||
m_smt_proof_check = p.smt_proof_check();
|
||||
m_smt_proof_check_rup = p.smt_proof_check_rup();
|
||||
m_drat_disable = p.drat_disable();
|
||||
m_drat =
|
||||
!p.drat_disable() && p.threads() == 1 &&
|
||||
!m_drat_disable && p.threads() == 1 &&
|
||||
(sp.lemmas2console() ||
|
||||
m_drat_check_unsat ||
|
||||
m_drat_file.is_non_empty_string() ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue