3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-06-03 19:41:25 -07:00
parent ae2f0ca85b
commit cbf089e10d

View file

@ -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: {