Exercise 6.3.3

Answers

In problem 2, we have c = [5 3 8 ], A = [112 ], b = 4. Since there’s only 1 constraint in the primal problem, we have 1 variable y in the dual problem, i.e. y is a scalar here. So we need:

MaximizeyTbsubject toATy c

Where we have ATy = [112 ]y [5 3 8 ], we conclude y 3, the maximum of yTb = yb = 4y is 4 × 3 = 12. This agrees with problem 2 where it finds its minimial of 12.

This demonstrates the duality of the linear programming.

User profile picture
2020-03-20 00:00
Comments