mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
fix #6398
This commit is contained in:
parent
ddf4895c2f
commit
93e1db0b0b
2 changed files with 14 additions and 10 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue