mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
parent
8ae42b5ae1
commit
377dbad3b9
1 changed files with 2 additions and 1 deletions
|
@ -665,11 +665,12 @@ proof * asserted_formulas::get_inconsistency_proof() const {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
if (!m.proofs_enabled())
|
if (!m.proofs_enabled())
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
if (!m.inc())
|
||||||
|
return nullptr;
|
||||||
for (justified_expr const& j : m_formulas) {
|
for (justified_expr const& j : m_formulas) {
|
||||||
if (m.is_false(j.get_fml()))
|
if (m.is_false(j.get_fml()))
|
||||||
return j.get_proof();
|
return j.get_proof();
|
||||||
}
|
}
|
||||||
UNREACHABLE();
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue