mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +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
1 changed files with 2 additions and 1 deletions
|
@ -1438,7 +1438,8 @@ namespace smt {
|
||||||
m_justifications.push_back(j);
|
m_justifications.push_back(j);
|
||||||
assign(unit, j);
|
assign(unit, j);
|
||||||
inc_ref(unit);
|
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;
|
return nullptr;
|
||||||
}
|
}
|
||||||
case 2:
|
case 2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue