mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
add cancellation checks
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f1eb53761a
commit
2828126b72
3 changed files with 31 additions and 19 deletions
|
@ -417,6 +417,8 @@ public:
|
|||
|
||||
for (unsigned i : m_rows_with_changed_bounds.m_index) {
|
||||
calculate_implied_bounds_for_row(i, bp);
|
||||
if (settings().get_cancel_flag())
|
||||
return;
|
||||
}
|
||||
m_rows_with_changed_bounds.clear();
|
||||
if (!use_tableau()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue