Optimal solution found by 5. Solve the following mixed integer programming problem using the Branch and Bound algor Maxi
Posted: Thu Jun 02, 2022 8:19 am
Optimal solution found by 5. Solve the following mixed integer programming problem using the Branch and Bound algor Maximize 3x1+2x2 Subject to: 2x1+x2<=10 x1+3x2<=12 x1,x220, x2 is integer Optimal solution found by simplex method is Z-16.4; x1-3.6; x2-2.8. Find solution.