Solved

Consider the Following Integer Programming Problem \mathrm    { Z } = 2 x _ { 1 } + x _ { 2 }

Question 21

Multiple Choice

Consider the following integer programming problem. Solve it using the branch and bound method. What are the optimal values of x1, x2, and Z?
Maximize \mathrm    { Z } = 2 x _ { 1 } + x _ { 2 }
Subject to: \quad    2 x _ { 1 } + 2 x _ { 2 } \leq 7
           4x1+x2114 x _ { 1 } + x _ { 2 } \leq 11
             x1x _ { 1 } and x20x _ { 2 } \geq 0


A) x1 = 1, x2 = 2, Z = 4
B) x1= 2, x2 = 1, Z = 5
C) x1 = 1, x2 = 1, Z = 3
D) x1 = 0, x2= 3, Z = 3
E) x1 = 2, x2 = 2, Z = 6

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions