mirror of
https://github.com/Z3Prover/z3
synced 2026-05-04 17:35:17 +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
|
|
@ -40,7 +40,8 @@ namespace smt {
|
|||
m_max_cexs(1),
|
||||
m_iteration_idx(0),
|
||||
m_curr_model(0),
|
||||
m_new_instances_bindings(m) {
|
||||
m_new_instances_bindings(m),
|
||||
m_cancel(false) {
|
||||
}
|
||||
|
||||
model_checker::~model_checker() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue