Spreadsheet Modeling & Decision Analysis: A Practical Introduction To Management Science
Spreadsheet Modeling & Decision Analysis: A Practical Introduction To Management Science
Cliff T. Ragsdale
Chapter 4
200
new optimal solution
150
original optimal solution
100
new level curve
50
0
0 50 100 150 200 250 X1
How Changes in Objective Coefficients
Change the Slope of the Level Curve
0
0 50 100 150 200 250 X1
How Changing an RHS Value Can Change
the Feasible Region and Optimal Solution
4-20
The Meaning of Reduced Costs
See files:
Fig4-12.xls
&
Fig4-14.xls
The Simplex Method
To use the simplex method, we first convert all
inequalities to equalities by adding slack
variables to <= constraints and subtracting slack
variables from >= constraints.
For example: ak1X1 + ak2X2 + … + aknXn <= bk
converts to: ak1X1 + ak2X2 + … + aknXn + Sk = bk
100
3
50
1 2
0
0 50 100 150 200 250 X1
Simplex Method Summary
Identify any basic feasible solution (or extreme
point) for an LP problem, then moving to an
adjacent extreme point, if such a move improves
the value of the objective function.
Moving from one extreme point to an adjacent one
occurs by switching one of the basic variables with
one of the nonbasic variables to create a new
basic feasible solution (for an adjacent extreme
point).
When no adjacent extreme point has a better
objective function value, stop -- the current
extreme point is optimal.
End of Chapter 4