mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
fix a print out
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d507d0fdb4
commit
676a536e9e
|
@ -1806,7 +1806,7 @@ namespace lp {
|
|||
dep = lra.join_deps(dep, lra.get_bound_constraint_witnesses_for_column(p.var()));
|
||||
}
|
||||
TRACE("dio", tout << "jterm:";
|
||||
print_lar_term_L(lra.get_term(j), tout) << "\ndep:";
|
||||
print_lar_term_L(lra.get_term(j), tout) << "\ndeps:\n";
|
||||
print_deps(tout, dep) << std::endl;);
|
||||
lra.update_column_type_and_bound(j, kind, bound, dep);
|
||||
|
||||
|
|
Loading…
Reference in a new issue