mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 12:50:32 +00:00
parent
0d3fed9a6a
commit
0481adb87c
4 changed files with 84 additions and 82 deletions
|
@ -171,6 +171,9 @@ namespace smt {
|
|||
if (m_context.resource_limits_exceeded()) {
|
||||
break;
|
||||
}
|
||||
if (m_context.get_cancel_flag()) {
|
||||
break;
|
||||
}
|
||||
since_last_check = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue