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:

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
Correct Answer:
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
Q18: The classic assignment problem can be modeled
Q20: Explain how integer and 0-1 variables can
Q21: Your express package courier company is drawing
Q22: The solution to the LP Relaxation of
Q25: Which of the following applications modeled in
Q26: Let x<sub>1</sub> , x<sub>2</sub> , and x<sub>3</sub>
Q27: The Westfall Company has a contract to
Q28: The use of integer variables creates additional
Q48: If x<sub>1</sub> + x<sub>2</sub> ≤ 500y<sub>1</sub> and
Q50: Most practical applications of integer linear programming