3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-29 07:27:57 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-05-31 12:01:23 -07:00
parent 46f8b15c14
commit fb75dac63f
5 changed files with 32 additions and 14 deletions

View file

@ -1029,7 +1029,7 @@ namespace sat {
return false;
} while (m_qhead < m_trail.size());
if (m_ext && !is_probing())
if (m_ext && (!is_probing() || at_base_lvl()))
m_ext->unit_propagate();
}
if (m_inconsistent)