4. Solve the following integer programming problem using the Branch and Bound algorithm. Maximize 4x1 + 3x2 Subject to 2
Posted: Thu Jun 02, 2022 8:08 am
4. Solve the following integer programming problem using the Branch and Bound algorithm. Maximize 4x1 + 3x2 Subject to 2x1 + x2 ≤5 3x1 +4x2 ≤ 12 x1,x220, xl and x2 are integers Optimal solution found by simplex method is Z-11.8; x1-1.6; x2-1.8. Find integer solution. mming nahli