mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
check m.canceled() more often
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
efeeabe127
commit
1c8f28c2e9
|
@ -2253,7 +2253,9 @@ public:
|
|||
}
|
||||
|
||||
lbool lbl = make_feasible();
|
||||
|
||||
if (m.canceled())
|
||||
return;
|
||||
|
||||
switch(lbl) {
|
||||
case l_false:
|
||||
TRACE("arith", tout << "propagation conflict\n";);
|
||||
|
|
Loading…
Reference in a new issue