Skip to content

Commit 78f38a4

Browse files
committed
adjust header spacing
1 parent fbb9966 commit 78f38a4

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
@@ -1423,7 +1423,7 @@ mip_status_t branch_and_bound_t<i_t, f_t>::solve(mip_solution_t<i_t, f_t>& solut
14231423
settings_.num_diving_threads);
14241424

14251425
settings_.log.printf(
1426-
" | Explored | Unexplored | Objective | Bound | Depth | Iter/Node | Gap "
1426+
" | Explored | Unexplored | Objective | Bound | Depth | Iter/Node | Gap "
14271427
"| Time |\n");
14281428

14291429
exploration_stats_.nodes_explored = 1;

0 commit comments

Comments
 (0)