3
0
Fork 0
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:
Lev 2018-11-06 16:25:39 -08:00 committed by Lev Nachmanson
parent efeeabe127
commit 1c8f28c2e9

View file

@ -2253,7 +2253,9 @@ public:
}
lbool lbl = make_feasible();
if (m.canceled())
return;
switch(lbl) {
case l_false:
TRACE("arith", tout << "propagation conflict\n";);