3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-11 11:24:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-13 10:24:42 -08:00
parent 33d433d742
commit c7da31a67d
7 changed files with 74 additions and 46 deletions

View file

@ -444,7 +444,7 @@ namespace polysat {
LOG("end-try-eliminate v");
}
search_iterator search_it(m_search);
while (search_it.next()) {
LOG("search state: " << m_search);
@ -458,6 +458,7 @@ namespace polysat {
m_search.pop_asssignment();
continue;
}
inc_activity(v);
justification& j = m_justification[v];
if (j.level() > base_level() && !m_conflict.resolve_value(v) && j.is_decision()) {
revert_decision(v);