mirror of
https://github.com/Z3Prover/z3
synced 2026-02-01 14:57:57 +00:00
rebase with master
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
09b2d19deb
commit
2a6661846c
5 changed files with 41 additions and 39 deletions
|
|
@ -2315,7 +2315,7 @@ namespace nlsat {
|
|||
|
||||
m_lazy_clause.reset();
|
||||
|
||||
m_explain.main_operator(jst.num_lits(), jst.lits(), m_lazy_clause);
|
||||
m_explain.compute_conflict_explanation(jst.num_lits(), jst.lits(), m_lazy_clause);
|
||||
for (unsigned i = 0; i < sz; i++)
|
||||
m_lazy_clause.push_back(~jst.lit(i));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue