3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 23:35:46 +00:00
This commit is contained in:
Jakob Rath 2022-08-05 11:23:02 +02:00
parent abed6fa6e1
commit 618b3945c1
3 changed files with 7 additions and 1 deletions

View file

@ -35,6 +35,7 @@ namespace polysat {
}
void restart::operator()() {
LOG_H2("Restarting");
++s.m_stats.m_num_restarts;
s.pop_levels(s.m_level - s.base_level());
m_conflicts_at_restart = s.m_stats.m_num_conflicts;