Strong Duality Theorem in Linear Programming

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
math8
Messages
143
Reaction score
0
If a linear Program (P) has a feasible solution [itex]x_{o}[/itex], ( [itex]x_{o}[/itex] not necessarily optimal),does it follow that there exists a feasible solution to the dual problem (D) as well? If yes, why?

I know that the Strong Duality Theorem guarantees an optimal finite solution to the dual problem if the primal problem has an optimal finite solution. But I cannot see why this would be the case if the feasible solution to the primal is not necessarily optimal.
 
Physics news on Phys.org
math8 said:
If a linear Program (P) has a feasible solution [itex]x_{o}[/itex], ( [itex]x_{o}[/itex] not necessarily optimal),does it follow that there exists a feasible solution to the dual problem (D) as well? If yes, why?

I know that the Strong Duality Theorem guarantees an optimal finite solution to the dual problem if the primal problem has an optimal finite solution. But I cannot see why this would be the case if the feasible solution to the primal is not necessarily optimal.

If P is the primal and D is the dual, the possibilities are: (i) P and D are both feasible (in which case they both have finite optimal solutions with equal objectives); (ii) P is feasible and D is infeasible (in which case P has no finite optimum); (iii) D is feasible and P is infeasible (in which case D has no finite optimum); (iv) both P and D are infeasible.

RGV
 
Thanks :). That helps!