Skip to content

Commit 3f2d2e8

Browse files
committed
test
1 parent b6701d5 commit 3f2d2e8

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
@@ -2058,7 +2058,7 @@ namespace lp {
20582058
SASSERT(c.var() != ei && entry_invariant(c.var()));
20592059
mpq coeff = m_e_matrix.get_val(c);
20602060
unsigned i = c.var();
2061-
TRACE("dioph_eq", tout << "before pivot entry :";
2061+
TRACE("dioph_eq", tout << "before pivot entry:";
20622062
print_entry(i, tout) << std::endl;);
20632063
m_sum_of_fixed[i] -= j_sign * coeff * e;
20642064
m_e_matrix.pivot_row_to_row_given_cell_with_sign(ei, c, j, j_sign);

0 commit comments

Comments
 (0)