Question: Solve the following integer program with the branch and bound algorithm. Minimize Z = 10x1 + 9x2 Subject to: X1 = 0 X2 integer
Solve the following integer program with the branch and bound algorithm.
Minimize Z = 10x1 + 9x2
Subject to:
X1<= 8
X2<=10
5X1 + 3x2 >= 45
X1, X2 >= 0
X2 integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
