Skip to content

Commit 84997f8

Browse files
committed
move a TRACE statement
1 parent fd2b6c6 commit 84997f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/lp/gomory.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ struct create_cut {
322322
for (auto c : *m_ex)
323323
m_dep = lia.lra.join_deps(lia.lra.dep_manager().mk_leaf(c.ci()), m_dep);
324324

325-
TRACE("gomory_cut", print_linear_combination_of_column_indices_only(m_t.coeffs_as_vector(), tout << "gomory cut: "); tout << " >= " << m_k << std::endl;);
326325
TRACE("gomory_cut_detail", dump_cut_and_constraints_as_smt_lemma(tout);
327326
lia.lra.display(tout));
328327
SASSERT(lia.current_solution_is_inf_on_cut());

0 commit comments

Comments
 (0)