mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 06:37:49 +00:00
Restore defensive SASSERT in smt_conflict_resolution
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
d239e7a19d
commit
e627e60fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -1333,6 +1333,7 @@ namespace smt {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
pr = get_proof(consequent, conflict);
|
pr = get_proof(consequent, conflict);
|
||||||
|
SASSERT(m_lit2proof[not_l] && pr);
|
||||||
pr = m.mk_unit_resolution({ m_lit2proof[not_l], pr });
|
pr = m.mk_unit_resolution({ m_lit2proof[not_l], pr });
|
||||||
}
|
}
|
||||||
expr_ref_buffer lits(m);
|
expr_ref_buffer lits(m);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue