Question 5: Use branch and bound to solve the following model. (Show all steps and branches, no need to show screenshot
Posted: Tue Apr 26, 2022 3:02 pm
Question 5: Use branch and bound to solve the following model. (Show all steps and branches, no need to show screenshot of your solver) max z = 4x1 + 3x2 s.t. 0.5x1 + x2 57 2x1 + 3x2 < 5 x1 is integer, xz is binary