mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
use u_dependency in eprime_pair
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1408fe60ab
commit
5db46c1d81
4 changed files with 43 additions and 20 deletions
|
@ -323,7 +323,7 @@ public:
|
|||
|
||||
m_dep = nullptr;
|
||||
for (auto c : *m_ex)
|
||||
m_dep = lia.lra.join_deps(lia.lra.dep_manager().mk_leaf(c.ci()), m_dep);
|
||||
m_dep = lia.lra.mk_join(lia.lra.dep_manager().mk_leaf(c.ci()), m_dep);
|
||||
|
||||
TRACE("gomory_cut_detail", dump_cut_and_constraints_as_smt_lemma(tout);
|
||||
lia.lra.display(tout));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue