- Solve the following linear program using
- the perturbation (lexicographic) method
- Blands rule
subject to
- Consider the following linear programming problem: maxz = x1 + 2x2
subject to
2x1 x2 + x3 1 x1 + x2 2
x1 + x3 3 x1, x2, x3 0
- Solve the linear program.
- Find the dual program.
- Solve the dual program.
- Compare the solutions of primal and dual program.
2
- Consider the following linear programming problem:
maxz = x1 + 2x2 + x3 + x4
subject to
2x1 + x2 + 5x3 + x4 8
2x1 + 2x2 + 4x4 12 3x1 + x2 + 2x3 18 x1, x2, x3, x4 0
You know that the final dictionary for this program is given by
(where x5, x6, x7 are slack variables)
- What will be the optimal solution to the problem if the objective function is changed to
3x1 + 2x2 + x3 + x4
- What will be the optimal solution to the problem if the objective function is changed to
x1 + 2x2 + 0.5x3 + x4
- For each of the three objective functions above, find the range of values for which the final dictionary will remain optimal.
- Use the parametric self-dual simplex method to solve the following problem maxz = 3x1 x2
subject to
x1 x2 1 x1 + x2 4 x1, x2 0
Reviews
There are no reviews yet.