Skip to content

Commit 676a536

Browse files
committed
fix a print out
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent d507d0f commit 676a536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/lp/dioph_eq.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ namespace lp {
18061806
dep = lra.join_deps(dep, lra.get_bound_constraint_witnesses_for_column(p.var()));
18071807
}
18081808
TRACE("dio", tout << "jterm:";
1809-
print_lar_term_L(lra.get_term(j), tout) << "\ndep:";
1809+
print_lar_term_L(lra.get_term(j), tout) << "\ndeps:\n";
18101810
print_deps(tout, dep) << std::endl;);
18111811
lra.update_column_type_and_bound(j, kind, bound, dep);
18121812

0 commit comments

Comments
 (0)