mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
ae2f0ca85b
commit
cbf089e10d
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue