mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
parent
a7b3dfb3af
commit
9b3c844c2a
|
@ -2893,7 +2893,7 @@ namespace smt {
|
|||
internalize_assertions(); // internalize assertions before invoking m_asserted_formulas.push_scope
|
||||
scoped_suspend_rlimit _suspend_cancel(m.limit());
|
||||
propagate();
|
||||
if (was_consistent && inconsistent()) {
|
||||
if (was_consistent && inconsistent() && !m_asserted_formulas.inconsistent()) {
|
||||
// logical context became inconsistent during user PUSH
|
||||
VERIFY(!resolve_conflict()); // build the proof
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue