Exercise 4.5

Consider a linear programming problem in standard form and assume that the rows of A are linearly independent. For each one of the following statements, provide either a proof or a counterexample.

(a)
Let x be a basic feasible solution. Suppose that for every basis corresponding to x, the associated basic solution to the dual is infeasible. Then, the optimal cost must be strictly less than cx.
(b)
The dual of the auxiliary primal problem considered in Phase I of the simplex method is always feasible.
(c)
Let pi be the dual variable associated with the i th equality constraint in the primal. Eliminating the i th primal equality constraint is equivalent to introducing the additional constraint pi = 0 in the dual problem.
(d)
If the unboundedness criterion in the primal simplex algorithm is satisfied, then the dual problem is infeasible.

Answers

(a)
Let x be a basic feasible solution. Suppose that for every basis corresponding to x, the associated basic solution to the dual is infeasible. Then, the optimal cost must be strictly less that cx.
True. Suppose for the sake of contradiction that cx is the optimal cost of the problem. In other words, x is an optimal solution for the primal problem. Then the associated solution p := cB1 for a basis B of x must be an optimal solution for the dual problem (cf. Theorem 4.4). This is a contradiction to the original assumption that for every basis corresponding to x, the associated basic solution to the dual is infeasible.
(b)
The dual of the auxiliary primal problem considered in Phase I of the simplex method is always feasible.
True. Recall that the auxiliary problem of the two-phase simplex method always has a solution, i.e, the auxiliary problem is always feasible. Furthermore, the objective function, which is the sum of the artificial variables, is always non-negative; thus, the auxiliary problem is a bounded minimization problem. These two facts imply that the auxiliary problem always possesses an optimal solution. By the strong duality (Theorem 4.4), the dual problem must have an optimal solution as well and is thus also feasible.
(c)
Let pi be the dual variable associated with the i th equality constraint in the primal. Eliminating the i th primal equality constraint is equivalent to introducing the additional constraint pi = 0 in the dual problem.
True. Removing an equality constraint, we reduce the dimension m of the dual problem to m 1. In other words, we remove piai from the constraint j=1mpjaj c, and we remove pibi from the objective value j=1mpjbj. Notice that removing pi from those terms is result-wise equivalent to setting pi to zero.
(d)
If the unboundedness criterion in the primal simplex algorithm is satisfied, then the dual problem is infeasible.
True. Of the primal is unbounded, its optimal cost is . By the weak duality (Corollary 4.1), the only possible case is for the dual to be infeasible.
User profile picture
2022-03-19 00:14
Comments
  • I think there is a problem in part a). x* could be a degenerated optimal solution, which means that the reduced costs are not necessarily be nonnegative and the argument in Theorem 4.4 is not work.
    AlphaBeta2023-08-22