Skip to content

Commit 668da14

Browse files
committed
Merge branch 'adjust-bnb-logs' into diving-heuristics
2 parents 7a5284e + 78f38a4 commit 668da14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/dual_simplex/branch_and_bound.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ mip_status_t branch_and_bound_t<i_t, f_t>::solve(mip_solution_t<i_t, f_t>& solut
15411541
settings_.diving_settings.num_diving_tasks);
15421542

15431543
settings_.log.printf(
1544-
" | Explored | Unexplored | Objective | Bound | Depth | Iter/Node | Gap "
1544+
" | Explored | Unexplored | Objective | Bound | Depth | Iter/Node | Gap "
15451545
"| Time |\n");
15461546

15471547
exploration_stats_.nodes_explored = 1;

0 commit comments

Comments
 (0)