mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
add code path to reassert units
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a17d4e68eb
commit
4d61c19917
|
@ -1438,7 +1438,8 @@ namespace smt {
|
|||
m_justifications.push_back(j);
|
||||
assign(unit, j);
|
||||
inc_ref(unit);
|
||||
// m_units_to_reassert.push_back({ expr_ref(atom, m), unit.sign(), is_relevant(unit) });
|
||||
if (m_scope_lvl > m_search_lvl)
|
||||
m_units_to_reassert.push_back({ expr_ref(atom, m), unit.sign(), is_relevant(unit) });
|
||||
return nullptr;
|
||||
}
|
||||
case 2:
|
||||
|
|
Loading…
Reference in a new issue