Download LP Assumptions - Homework Market

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Microeconomics wikipedia , lookup

Transcript
1. Consider the following problem:
Max Z = 5x1 + 4x2 + 3x3
s.t.
x1
+ x3 <= 6
2x2 + x3 <= 6
x1, x2,
x3 >= 0
(a) Construct the dual for this problem and solve it graphically.
1
(b) Use the solution in part (a) to identify the shadow prices for the
resources in the primal problem.
2
(c) Confirm your results by solving the original problem using the
simplex method and identifying the shadow prices from the final
tableau.
3
2. Solve one iteration of the following problem using the interior-point
algorithm starting with an initial trial solution of (4, 1, 0) and alpha = 0.5.
Max Z = 2x1 + 5x2 + 8x3
s.t.
x1 + 2x2 + 3x3 = 6
x1, x2, x3 ≥ 0
What is the new solution (x1, x2, x3, and Z), and how much does Z improve
from the initial trial solution given above?
3.
Given the following original problem:
4
max Z = 3x1 + 2x2 + x3
s.t.
4x1 + x2 + x3 <= 30
<= 60
x1 + 2x2 + 3x3 <= 40
x1, x2, x3 >= 0
2x1 + 3x2 +
x3
Answer the following questions given only the following information from
SOME ITERATION of the simplex tableau, with s4, s5, and s6 representing
the slack variables for constraints 1, 2, and 3, respectively.
Basic Z
Z
x1
s5
s6
x1
x2
x3
s4
s5 s6
0.25 0 0
-0.5 1 0
-0.25 0 1
(a) What is the optimal solution (Z, x1, x2, x3)? 10 pts
5
RHS
(1) What is the allowable range for b1 (originally 30) for this solution to
stay optimal? 5 pts
(II) Evaluate your solution if the coefficients for x3 change to 5 in the
objective function, 2 in the first constraint, 4 in the second constraint, and 3
in the third constraint. 5 pts
6
(III) Write the dual for the original problem. 5 pts
(IIII) Solve the dual and give the optimal solution (y0, y1, y2, y3). 5 pts
7
(IIIII) Using the original problem, if a new constraint enters the analysis
with 2x1+ 3x2 + 5x3 <= 40, would the current solution still be feasible and
optimal? 5 pts
(….) Using the original problem, if a new variable enters the analysis (say
x8), with c8 = 5, a18 = 3, a28 = 2, and a38 = 1, would the current solution
remain feasible and optimal? 5 pts
8
(…..) What is the allowable range for c2 in the objective function for the
current solution to remain optimal? 5 pts
9