Exercise 3.19

While solving a standard form problem, we arrive at the following tableau, with x3,x4, and x5 being the basic variables:

10δ 2000
4 1η100
1α 4010
βγ3001

The entries α,β,γ,δ,η in the tableau are unknown parameters. For each one of the following statements, find some parameter values that will make the statement true.

(a)
The current solution is optimal and there are multiple optimal solutions.
(b)
The optimal cost is .
(c)
The current solution is feasible but not optimal.

Answers

(a)
We take the following facts into account.

First, the current solution is optimal, yet the reduced cost c¯2 is negative. By Theorem 3.1(b), the current solution cannot be nondegenerate. In other words, β = 0 by Definition 2.11.

Secondly, in the next iteration, we can choose the second column to enter the basis. If we do so, we stay in the same basic feasible solution only have changed the basis as 𝜃 = β3 = 0 (cf. page 92). We want, however, the new basis to be optimal; thus, we must impose δ + 2 3γ 0 in the resulting tableau.

Finally, we do not want this solution to be unique, i.e., we fix δ = 0 and α > 0. Thus, we can move in a positive direction (since α > 0 and γ = 0) without changing the optimal cost (since δ = 0).

A possible choice of values is represented through the following tableau:

-10 0 -2 0 0 0
4 -1 2 1 0 0
1 1 -4 0 1 0
0 0 3 0 0 1
(b)
For the tableau to represent a feasible solution, we must demand β 0. Furthermore, recall that the problem is declared unbounded if no components of an exiting column are positive; accordingly, set δ < 0 for the first column to qualify as an exiting one, and set α,γ 0 for the values of u to result in nonpositive values. A possible example is:

-10 -1 -2 0 0 0
4 -1 -1 1 0 0
1 -1 -4 0 1 0
1 -1 3 0 0 1
(c)
For the tableau to represent a feasible solution, we must demand β 0. Since the second column has a negative reduced cost, moving in the direction of x2 will result in a better result, i.e., the current cost is not optimal.

-10 2 -2 0 0 0
4 -1 1 1 0 0
1 1 -4 0 1 0
1 1 3 0 0 1
User profile picture
2022-03-10 22:21
Comments