3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-12 02:04:43 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-02 21:17:01 -07:00
parent be3a9b227c
commit 64a0e62648
5 changed files with 70 additions and 81 deletions

View file

@ -3358,7 +3358,8 @@ namespace smt {
reset_tmp_clauses();
m_unsat_core.reset();
m_stats.m_num_checks++;
pop_to_base_lvl();
pop_to_base_lvl();
m_conflict_resolution->reset();
return true;
}