mirror of
https://github.com/Z3Prover/z3
synced 2026-02-11 11:24:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
33d433d742
commit
c7da31a67d
7 changed files with 74 additions and 46 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue