Homepage › Solution manuals › Dimitris Bertsimas › Introduction to Linear Optimization › Exercise 4.5
Exercise 4.5
Consider a linear programming problem in standard form and assume that the rows of are linearly independent. For each one of the following statements, provide either a proof or a counterexample.
- (a)
- Let be a basic feasible solution. Suppose that for every basis corresponding to , the associated basic solution to the dual is infeasible. Then, the optimal cost must be strictly less than .
- (b)
- The dual of the auxiliary primal problem considered in Phase I of the simplex method is always feasible.
- (c)
- Let be the dual variable associated with the th equality constraint in the primal. Eliminating the th primal equality constraint is equivalent to introducing the additional constraint 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
be a basic feasible solution. Suppose that for every basis corresponding to
,
the associated basic solution to the dual is infeasible. Then, the optimal cost
must be strictly less that .
True. Suppose for the sake of contradiction that is the optimal cost of the problem. In other words, is an optimal solution for the primal problem. Then the associated solution for a basis of 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 , 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
be the dual variable associated with the
th equality constraint in the primal. Eliminating the
th primal equality constraint is equivalent to introducing the additional
constraint
in the dual problem.
True. Removing an equality constraint, we reduce the dimension of the dual problem to . In other words, we remove from the constraint , and we remove from the objective value . Notice that removing from those terms is result-wise equivalent to setting 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.
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.AlphaBeta • 2023-08-22