Can solver::unsat_core() be interrupted by context::interrupt()? #6310
Unanswered
m-carrasco
asked this question in
Q&A
Replies: 1 comment 4 replies
-
In case it helps anybody, However, I am not sure if the interruption based on a timeout can be implemented using Z3 API. At the moment, I had to work around it using a different thread. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just wanted to ask if a solver computing
unsat_core()
can be interrupted bycontext::interrupt()
. In other words, I'd like to know ifsolver::unsat_core()
is interruptable. In this case, the solver is configured to minimise the unsat core.Thanks in advance!
Best regards,
Manuel
Beta Was this translation helpful? Give feedback.
All reactions