mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
Made quantifier-related parts of smt::model_finder and smt::model_checker interruptable.
Fixes #178
This commit is contained in:
parent
0e886cfe5e
commit
b9e273800c
6 changed files with 54 additions and 4 deletions
|
@ -593,6 +593,8 @@ namespace smt {
|
|||
|
||||
virtual void set_cancel(bool f) {
|
||||
// TODO: interrupt MAM and MBQI
|
||||
m_model_finder->set_cancel(f);
|
||||
m_model_checker->set_cancel(f);
|
||||
}
|
||||
|
||||
virtual final_check_status final_check_eh(bool full) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue