mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
parent
ae2f0ca85b
commit
cbf089e10d
|
@ -231,9 +231,8 @@ public:
|
|||
mc = concat(fmc.get(), mc.get());
|
||||
in->add(mc.get());
|
||||
}
|
||||
if (m_ctx->canceled() && !pr) {
|
||||
throw tactic_exception(Z3_CANCELED_MSG);
|
||||
}
|
||||
if (m_ctx->canceled())
|
||||
throw tactic_exception(Z3_CANCELED_MSG);
|
||||
return;
|
||||
}
|
||||
case l_false: {
|
||||
|
|
Loading…
Reference in a new issue