mirror of
https://github.com/Z3Prover/z3
synced 2026-02-08 18:19:40 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
093faafbf8
commit
f673fbf34d
3 changed files with 107 additions and 42 deletions
|
|
@ -2549,8 +2549,8 @@ namespace nlsat {
|
|||
resolve_clause(b, *(jst.get_clause()));
|
||||
break;
|
||||
case justification::LAZY:
|
||||
m_apply_lws = m_stats.m_conflicts == 2;
|
||||
resolve_lazy_justification(b, *(jst.get_lazy()));
|
||||
|
||||
resolve_lazy_justification(b, *(jst.get_lazy()));
|
||||
break;
|
||||
case justification::DECISION:
|
||||
SASSERT(m_num_marks == 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue