mirror of
https://github.com/Z3Prover/z3
synced 2026-02-16 13:51:44 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
14cdad13cd
commit
d57c0444f7
4 changed files with 47 additions and 52 deletions
|
|
@ -2523,6 +2523,7 @@ 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()));
|
||||
break;
|
||||
case justification::DECISION:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue