Skip to content

Commit

Permalink
move a TRACE statement
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Jan 1, 2024
1 parent fd2b6c6 commit 84997f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/math/lp/gomory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ struct create_cut {
for (auto c : *m_ex)
m_dep = lia.lra.join_deps(lia.lra.dep_manager().mk_leaf(c.ci()), m_dep);

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

0 comments on commit 84997f8

Please sign in to comment.