Given a ILP (Integer-linear programming) optimization with n integer variables and m constraints and implementing a branch and bound tree for solving a canonical problem,
- how many levels (height of tree) does tree require to reach the all-integer-optimal solution?
- how many branches does the algorithm require to reach the all-integer-optimal solution?