mirror of
https://github.com/Z3Prover/z3
synced 2025-07-12 07:26:38 +00:00
parent
a7b3dfb3af
commit
9b3c844c2a
1 changed files with 1 additions and 1 deletions
|
@ -2893,7 +2893,7 @@ namespace smt {
|
||||||
internalize_assertions(); // internalize assertions before invoking m_asserted_formulas.push_scope
|
internalize_assertions(); // internalize assertions before invoking m_asserted_formulas.push_scope
|
||||||
scoped_suspend_rlimit _suspend_cancel(m.limit());
|
scoped_suspend_rlimit _suspend_cancel(m.limit());
|
||||||
propagate();
|
propagate();
|
||||||
if (was_consistent && inconsistent()) {
|
if (was_consistent && inconsistent() && !m_asserted_formulas.inconsistent()) {
|
||||||
// logical context became inconsistent during user PUSH
|
// logical context became inconsistent during user PUSH
|
||||||
VERIFY(!resolve_conflict()); // build the proof
|
VERIFY(!resolve_conflict()); // build the proof
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue