mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 07:27:57 +00:00
This commit is contained in:
parent
46f8b15c14
commit
fb75dac63f
5 changed files with 32 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue