Develop the B&B tree for the ILP problem below. Start at X1 as the branching variable at node 0 Maximize z = X₁ + X₂ sub
Posted: Thu Jun 09, 2022 3:00 pm
Develop the B&B tree for the ILP problem below. Start at X1 as the branching variable at node 0 Maximize z = X₁ + X₂ subject to 2x₁ + x₂ ≤ 16 6x₁ + 5x₂ ≤ 27 X₁, X₂20 and integer