3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 18:30:24 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-10-13 11:16:14 +02:00
parent ddf4895c2f
commit 93e1db0b0b
2 changed files with 14 additions and 10 deletions

View file

@ -1723,7 +1723,7 @@ namespace smt {
return false;
}
if (!get_cancel_flag()) {
scoped_suspend_rlimit _suspend_cancel(m.limit(), at_base_level());
// scoped_suspend_rlimit _suspend_cancel(m.limit(), at_base_level());
m_qmanager->propagate();
}
if (inconsistent())