mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
parent
e263f9b238
commit
d4aa850412
1 changed files with 1 additions and 1 deletions
|
@ -4172,7 +4172,7 @@ namespace smt {
|
||||||
update_phase_cache_counter();
|
update_phase_cache_counter();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (m_fparams.m_clause_proof) {
|
else if (m_fparams.m_clause_proof && !m.proofs_enabled()) {
|
||||||
m_unsat_proof = m_clause_proof.get_proof();
|
m_unsat_proof = m_clause_proof.get_proof();
|
||||||
}
|
}
|
||||||
else if (m.proofs_enabled()) {
|
else if (m.proofs_enabled()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue