mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +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
|
@ -4016,6 +4016,7 @@ namespace smt {
|
|||
void context::set_cancel_flag(bool f) {
|
||||
m_cancel_flag = f;
|
||||
m_asserted_formulas.set_cancel_flag(f);
|
||||
m_qmanager->set_cancel(f);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue