Solved

Given the Following All-Integer Linear Program

Question 23

Essay

Given the following all-integer linear program:

Max 15x1 + 2x2
​ s. t. 7x1 + x2 < 23
3x1 - x2 < 5
x1, x2 > 0 and integer

a. Solve the problem as an LP, ignoring the integer constraints.
b. What solution is obtained by rounding up fractions greater than or equal to 1/2? Is this the optimal integer solution?
c. What solution is obtained by rounding down all fractions? Is this the optimal integer solution? Explain.
d. Show that the optimal objective function value for the ILP is lower than that for the optimal LP.
e. Why is the optimal objective function value for the ILP problem always less than or equal to the corresponding LP's optimal objective function value? When would they be equal? Comment on the MILP's optimal objective function compared to the corresponding LP & ILP.

Correct Answer:

verifed

Verified


a. x1 = 2.8, x2 = 3.4, Obj. function = 4...

View Answer

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

Related Questions