Tutorial 6 PDF
Tutorial 6 PDF
GOA CAMPUS
FIRST SEMESTER 2014-2015
Optimization
Tutorial6
1. Find the optimal value of the objective function for the following problem by inspecting only its dual
(Do note solve the dual by the Simplex method).
subject to
5x1 7x2 + 3x3 50 and x1 , x2 , x3 0.
subject to
x1 + x2 + x3 = 4, x1 + 4x2 + x4 = 8, and x1 , x2 , x3 , x4 0.
By using x3 and x4 as the starting variables, the optimal table is given by:
Basic x1 x2 x3 x4 Solution
z 2 0 0 3 16
x3 3/4 0 1 -1/4 2
x2 1/4 1 0 1/4 2
write the dual problem and find its solution from the primal table.
Basic x1 x2 x3 x4 Solution
z 0 2 0 99 5
x3 1 5/2 1 -1/2 1
x1 0 -1/2 0 1/2 2
Write the associated dual problem and determine its optimal dual solution.
5. Estimate a range for the optimal objective value for the following LPPs:
6. Consider the solution space in Figure given below, where it is desired to find the optimum extreme point
that uses the dual simplex method to minimize z = 2x1 + x2 . The optimal solution occurs at point
F = (0.5, 1.5) on the graph.
7. Generate the dual simplex iterations for the following problems and trace the path of the algorithm on
the graphical solution space.
(a) Minimize z = 2x1 + 3x2 subject to 2x1 + 2x2 30, x1 + 2x2 10 and x1 , x2 0.
(b) Minimize z = 4x1 + 2x2 subject to x1 + x2 = 1, 3x1 x2 2 and x1 , x2 0.
8. Solve the following LP in three dierent ways (use TORA for convenience). Which method appears to
be the most ecient computationally?
subject to
THE END