ODM2022 Tutorial-5
ODM2022 Tutorial-5
In this tutorial, you will first practice the full tableau implementation of the simplex
algorithm. Second, you will interpret the tableau corresponding to a particular basic
solution and judge (i) whether the problem is bounded, (ii) whether the basic solution is
feasible, and (iii) whether it is optimal. Last, given a linear program, you will examine
how its optimal solution reacts to changes in the problem formulation. In particular, we
will study the effects of a change in a cost coefficient and of removing a constraint. This
kind of examination is called sensitivity analysis and will be covered in detail in lecture 7.
max 2x1 + x2
s.t. x1 − x2 ≤ 2
x1 + x2 ≤ 6
x1 , x2 ≥ 0.
(a) Convert the problem into standard form and construct a basic feasible solution at
which
(x1 , x2 ) = (0, 0).
(b) Carry out the full tableau implementation of the simplex method, starting with the
basic feasible solution of part (a).
(c) Draw a graphical representation of the problem in terms of the original variables
x1 , x2 only, and indicate the path taken by the simplex algorithm.
Exercise 2 (Interpreting the simplex tableau). While solving some standard form problem,
we arrive at the following tableau, with x3 , x4 , and x5 being the basic variables:
−x0 x1 x2 x3 x4 x5
−10 δ −2 0 0 0
x3 4 −1 η 1 0 0
x4 1 α −4 0 1 0
x5 β γ 3 0 0 1
The entries α, β, γ, δ, and η in the tableau are unknown parameters. For each one of the
following statements, find some parameter values that will make the statement true.
(c) The current solution is optimal and there are multiple optimal solutions.
All quantities are in barrels. For example, with the first process, 3 barrels of crude
oil A and 5 barrels of crude oil B are used to produce 4 barrels of gasoline and 3 barrels
of heating oil. The costs in this table refer to variable and allocated overhead costs, and
there are no separate cost items for the cost of the crudes.
(a) Formulate a linear optimization problem that would help the manager maximize net
revenue over the next month.
(b) Use the simplex method to solve the problem formulated in (a).
(c) Suppose that the selling price of heating oil is sure to remain constant over the next
month, but the selling price of gasoline may rise. How high can it go without causing
the optimal solution to change?
(d) The refinery manager can trade crude oil B on the spot market at $40/barrel, in
unlimited quantities. How much should she sell or buy?