mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
39061d7388
commit
afa34a1c12
1 changed files with 2 additions and 0 deletions
|
@ -3579,6 +3579,8 @@ namespace smt {
|
|||
VERIFY(!resolve_conflict());
|
||||
return l_false;
|
||||
}
|
||||
if (get_cancel_flag())
|
||||
return l_undef;
|
||||
timeit tt(get_verbosity_level() >= 100, "smt.stats");
|
||||
reset_model();
|
||||
SASSERT(at_search_level());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue