Skip to content

Commit

Permalink
Remove forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Oct 9, 2024
1 parent 6b9bce8 commit 7a27c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algorithms/limited_discrepancy_search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ const LimitedDiscrepancySearchOutput columngenerationsolver::limited_discrepancy
nodes.insert(child_2);
}

std::cout << output.maximum_depth << std::endl;
algorithm_formatter.end();
return output;
}

0 comments on commit 7a27c8b

Please sign in to comment.