- #1
flyingpig
- 2,579
- 1
Homework Statement
Consider the following LOP P:
Max
[tex]z = 3x_1 + x_2 -\frac{1}{2}x_3[/tex]
s.t.
[tex]2x_1 + x_2 + x_3 \leq 8[/tex]
[tex]4x_1 + x_2 - x_3 \leq 10[/tex]
[tex]x_1, x_2, x_3 \geq 0[/tex]
1) Find a primal solution x and its objective value z = z(x)
2) What is the LOP D that is Dual to P?
3) Find a dual feasible solution y and its objective value w = w(y)
4) What upper and lower bounds do question 1 and question 3 for the optimal value w* of the dual D?
5) Is P unbounded? Why or why not? 2. The attempt at a solution
1) I was extremely lazy so I used x = (0,0,0)^t (I put the t because my prof does it all the time without any explanation - just like his lectures. He does the problem and never explains why)
2)
Basically I have to start with
[a] [tex]z= 3x_1 + x_2 -\frac{1}{2}x_3 \leq (2x_1 + x_2 + x_3)y_1 + (4x_1 + x_2 - x_3)y_2 [/tex]
Then
[tex]w = 8y_1 + 10y_2 [/tex]
The other inequalities follow. Basically from [a], I just had to compare the numbers in front and the inequality will pop up as
[tex]3 \leq 2y_1 + 4y_2 + y_3[/tex]
[tex]4 \leq y_2 - 3y_1 + y_3[/tex]
3) Here is the thing that confuses me, in my notes my prof just wrote some values he came up to satisfy the inequalities. The book does that too.
How in the word do you get these values?
Is there a method to find these values? Like a quick way...
Also what am I to assume y_1, y_2 and y_3? Since the x_1, x_2, x_3 >0, does that mean the y's are too?
4) ?...
5)?..,
Last edited: