mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fix #3242
This commit is contained in:
parent
1796fc32f5
commit
7a80fe20ca
2 changed files with 4 additions and 2 deletions
|
@ -3350,7 +3350,7 @@ namespace smt {
|
|||
reset_tmp_clauses();
|
||||
m_unsat_core.reset();
|
||||
m_stats.m_num_checks++;
|
||||
pop_to_base_lvl();
|
||||
pop_to_base_lvl();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue