3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-16 22:01:44 +00:00

Restore defensive SASSERT in smt_conflict_resolution

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-16 01:50:51 +00:00
parent d239e7a19d
commit e627e60fe7

View file

@ -1333,6 +1333,7 @@ namespace smt {
}
else {
pr = get_proof(consequent, conflict);
SASSERT(m_lit2proof[not_l] && pr);
pr = m.mk_unit_resolution({ m_lit2proof[not_l], pr });
}
expr_ref_buffer lits(m);