Develop the B&B tree for each of the following problems. For convenience, always select x1 as the

Question:

Develop the B&B tree for each of the following problems. For convenience, always select x1 as the branching variable at node O.
*(a) Maximize z = 3Xl + 2X2
subject to
2x1 + 5x2 ≤ 5 9
4xl + 2x2 ≤ 9
x1, x2 ≥ 0 and integer
(b) Maximize z = 2x1 + 3x2
subject to
5x1 + 7x2 ≤ 35
4xl + 9x2 ≤ 36
xl, x2 ≥ 0 and integer
(c) Maximize z = x1 + x2
subject to
2x1 + 5x2 ≤ 16
6xl + 5x2 ≥ 27
xl > x2 ≥ 0 and integer
*(d) Minimize z = 5x1 + 4x2
subject to
3x1 + 2x2 ≥ 5
2x1 + 3x2 ≥ 7
xl, x2 ≥ 0 and integer
(e) Maximize z = 5x1 + 7X2
subject to
2xl + x2 ≤ 13
5xi + 9x2 ≤ 41
xl > x2 ≥ 0 and integer
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: