Question: Solve the following IP model using branch & bound algorithm. You can use any searching strategy. 1-) Draw the graphical solution. 2-) Optimization package program
Solve the following IP model using branch & bound algorithm. You can use any searching strategy.
1-) Draw the graphical solution.
2-) Optimization package program solution
Max z = 2x1 + 6x2
2x1 6x2 <= 3
-x1 + 3x2 <= 5
2x1 + 2x2 <= 13
X1 & X2 >= 0, and Integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
