54
Management Department Simplex Method © 2007 Pearson Education

Simplex Method.ppt

Embed Size (px)

Citation preview

Page 1: Simplex Method.ppt

Management Department

Simplex Method

© 2007 Pearson Education

Page 2: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 2

Chapter TopicsChapter Topics

Simplex MethodSimplex Method Characteristics of Simplex MethodCharacteristics of Simplex Method Why we should study the Simplex Method?Why we should study the Simplex Method? SSummaryummary ofof thethe S Simpleximplex M Methodethod ExampleExamples solved by conducting tabular methods solved by conducting tabular method

Page 3: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 3

SIMPLEX METHOD Linear programming models could be solved Linear programming models could be solved

algebraically. The most widely used algebraically. The most widely used algebraicalgebraic procedure procedure for solving linear programming problem is for solving linear programming problem is called thecalled the Simplex Method. The simplex method is a Simplex Method. The simplex method is a general-purpose linear-programming algorithm widely general-purpose linear-programming algorithm widely used to solve used to solve large scale problemslarge scale problems. Although it lacks . Although it lacks the intuitive appeal of the graphical approach, its ability the intuitive appeal of the graphical approach, its ability to handle problems with to handle problems with more than two decision more than two decision variablesvariables makes it extremely valuable for solving makes it extremely valuable for solving problems often encountered in production/operations problems often encountered in production/operations management. Thus simplex method offers an efficient management. Thus simplex method offers an efficient means of means of solving more complex linear programming solving more complex linear programming problems.problems.

Page 4: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 4

Characteristics of Simplex Method

In the simplex method, the computational routine is an In the simplex method, the computational routine is an iterative iterative processprocess. To . To iterateiterate means means to repeatto repeat; hence, in working toward ; hence, in working toward the optimum solution, the computational routine is repeated the optimum solution, the computational routine is repeated over and over, following a standard pattern.over and over, following a standard pattern.

Successive solutions are developed in a systematic pattern until Successive solutions are developed in a systematic pattern until the best solution is reached.the best solution is reached.

Each new solution will yield a value of the objective function Each new solution will yield a value of the objective function as large as or larger than the previous solution. This important as large as or larger than the previous solution. This important feature assures us that we are always moving closer to the feature assures us that we are always moving closer to the optimum answer. Finally, the method indicates when the optimum answer. Finally, the method indicates when the optimum solution has been reached.optimum solution has been reached.

Page 5: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 5

Characteristics of Simplex Method

Most real-life linear programming problems Most real-life linear programming problems have more than two variables, so a procedure have more than two variables, so a procedure called the simplex method is used to solve such called the simplex method is used to solve such problems. problems. This procedure solves the problem This procedure solves the problem in an iterative manner, that is, repeating the in an iterative manner, that is, repeating the same set of procedures time after time until same set of procedures time after time until an optimal solution is reachedan optimal solution is reached. Each iteration . Each iteration brings a higher value for the objective function brings a higher value for the objective function so that we are always moving closer to the so that we are always moving closer to the optimal solution.optimal solution.

Page 6: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 6

The simplex method requires simple mathematical operations (addition, subtraction, multiplication, and division), but the computations are lengthy and tedious, and the slightest error can lead to a good deal of frustration. For these reasons, most users of the technique rely on computers to handle the computations while they concentrate on the solutions. Still, some familiarity with manual computations is helpful in understanding the simplex process. The student will discover that it is better not to use his/her calculator in working through these problems because rounding can easily distort the results. Instead, it is better to work with numbers in fractional form.

Characteristics of Simplex Method

Page 7: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 7

Why we should study the Simplex Method?

• It is important to understand the ideas used to produce solution. The simplex approach yields not only the optimal solution to the xi variables, and the maximum profit (or minimum cost) but valuable economic information as well.

• To be able to use computers successfully and to interpret LP computer print outs, we need to know what the simplex method is doing and why.

• We begin by solving a maximization problem using the simplex method. We then tackle a minimization problem.

Page 8: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 8

SUMMARY OF THE SIMPLEX METHOD

Step 1. Formulate a LP model of the problem.Step 2. Add slack variables to each constraint to obtain standard form.Step 3. Set up the initial simplex tableau.Step 4. Choose the nonbasic variable with the largest entry in the net evaluation row (Cj – Zj) to bring into the basis. This identifies the pivot (key) column; the

column associated with the incoming variable.Step 5. Choose as the pivot row that row with the smallest ratio of “bi/ aij”, for aij >0 where j is the pivot column. This identifies the pivot row, the row of the

variable leaving the basis when variable j enters.Step 6. a). Divide each element of the pivot row by the pivot element. b). According to the entering variable, find the new values for remaining

variables.Step 7. Test for optimality. If Cj – Zj 0 for all columns, we have the optimal solution. If not, return to step 4.

Page 9: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 9

Example 1

A Furniture Ltd., wants to determine the most profitable combination of products to manufacture given that its resources are limited. The Furniture Ltd., makes two products, tables and chairs, which must be processed through assembly and finishing departments. Assembly has 60 hours available; Finishing can handle up to 48 hours of work.Manufacturing one table requires 4 hours in assembly and 2 hours in finishing.Each chair requires 2 hours in assembly and 4 hours in finishing. Profit is $8 per table and $6 per chair.

Page 10: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 10

Tabular solution for Example 1/1

Page 11: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 11

Tabular solution for Example 1/2

Page 12: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 12

Tabular solution for Example 1/3

Page 13: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 13

Tabular solution for Example 1/4

Page 14: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 14

Tabular solution for Example 1/5

Page 15: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 15

Tabular solution for Example 1/6

Page 16: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 16

Tabular solution for Example 1/7

Page 17: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 17

Tabular solution for Example 1/8

Page 18: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 18

Example 2PAR Inc. produces golf equipment and decided to move into the market for standard

and deluxe golf bags. Each golf bag requires the following operations:Cutting and dyeing the material,Sewing, Finishing (inserting umbrella holder, club separators etc.),Inspection and packaging.Each standard golf-bag will require 7/10 hr. in the cutting and dyeing department, 1/2

hr. in the sewing department, 1 hr. in the finishing department and 1/10 hr. in the inspection & packaging department.

Deluxe model will require 1 hr. in the cutting and dyeing department, 5/6 hr. for sewing, 2/3 hr. for finishing and 1/4 hr. for inspection and packaging

The profit contribution for every standard bag is 10 MU and for every deluxe bag is 9 MU.

In addition the total hours available during the next 3 months are as follows:Cutting & dyeing dept 630 hrsSewing dept 600 hrsFinishing 708 hrsInspection & packaging 135 hrs

The company’s problem is to determine how many standard and deluxe bags should be produced in the next 3 months?

Page 19: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 19

Example 2

Page 20: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 20

Tabular solution for Example 2/1

Page 21: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 21

Tabular solution for Example 2/2

Page 22: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 22

Tabular solution for Example 2/3

Page 23: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 23

Tabular solution for Example 2/4

Page 24: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 24

Tabular solution for Example 2/5

Page 25: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 25

Example 3

High Tech industries import components for production of two different models of personal computers, called deskpro and portable. High Tech’s management is currently interested in developing a weekly production schedule for both products.The deskpro generates a profit contribution of $50/unit, and portable generates a profit contribution of $40/unit. For next week’s production, a max of 150 hours of assembly time is available. Each unit of deskpro requires 3 hours of assembly time. And each unit of portable requires 5 hours of assembly time.High Tech currently has only 20 portable display components in inventory; thus no more than 20 units of portable may be assembled. Only 300 sq. feet of warehouse space can be made available for new production. Assembly of each Deskpro requires 8 sq. ft. of warehouse space, and each Portable requires 5 sq. ft. of warehouse space.

Page 26: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 26

Tabular solution for Example 3/1

Page 27: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 27

Tabular solution for Example 3/2

Page 28: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 28

Tabular solution for Example 3/3

Page 29: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 29

Tabular solution for Example 3/3

Page 30: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 30

Tableau Form : The Tableau Form : The SpecialSpecial Case Case

Obtaining tableau form is somewhat Obtaining tableau form is somewhat more complex if the LP contains more complex if the LP contains constraints, constraints, == constraints, and/or “- constraints, and/or “-ve” right-hand-side values. Here we ve” right-hand-side values. Here we will explain how to develop tableau will explain how to develop tableau form for each of these situations.form for each of these situations.

Page 31: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 31

Tabular solution for Example 4/1

Suppose that in the high-tech industries problem, management Suppose that in the high-tech industries problem, management wanted to ensure that the combined total production for both models wanted to ensure that the combined total production for both models would be at least 25 units. would be at least 25 units.

Thus,Thus, Objective Function MaxObjective Function Max Z = 50X Z = 50X11 + 40X + 40X22

Subjective to :Subjective to : 3 X3 X1 1 + 5 X + 5 X22 150 150 Assembly timeAssembly time 1X1X1 1 20 20 Portable displayPortable display 8X8X1 1 + 5 X + 5 X2 2 300 300 Warehouse spaceWarehouse space 1X1X11 + 1X + 1X22 25 25 Min. total productionMin. total production XX1 1 , X , X22 0 0

Page 32: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 32

Tabular solution for Example 4/2 First, we use three slack variables and one surplus variable First, we use three slack variables and one surplus variable

to write the problem in std. Form.to write the problem in std. Form. Max Z = 50XMax Z = 50X1 1 + 40X + 40X22 + 0S + 0S11 + 0S + 0S2 2 + 0S + 0S3 3 + 0S+ 0S44

Subject to Subject to 3X3X11 + 5X + 5X2 2 + 1S + 1S11 = 150 = 150 1X1X22 + 1S + 1S22 = 20 = 20 8X8X1 1 + 5X+ 5X2 2 + 1S + 1S3 3 = 300 = 300 1X1X11 + 1X + 1X22 - 1S - 1S44 = 25 = 25 All variables All variables 0 0 For the initial tableauFor the initial tableau XX11 = 0 = 0 XX22 = 0 = 0 SS11= 150= 150 SS22 = 20 = 20 SS33 = 300 = 300 SS4 4 = -25 = -25

Page 33: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 33

Tabular solution for Example 4/3

Clearly this is not a basic feasible solution since Clearly this is not a basic feasible solution since S4 = -25 violates the nonnegativity S4 = -25 violates the nonnegativity

requirement. requirement. We introduce new variable called ARTIFICIAL We introduce new variable called ARTIFICIAL

VARIABLE. VARIABLE. Artificial variables will be eliminated before the Artificial variables will be eliminated before the

optimal solution is reached. We assign a very optimal solution is reached. We assign a very large cost to the variable in the objective large cost to the variable in the objective function.function.

Objective function Objective function 50X50X11 + 40X + 40X2 2 + 0S+ 0S11 + 0S + 0S22 + 0S + 0S33 + 0S + 0S44 - MA - MA44

Page 34: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 34

Tabular solution for Example 4/4Initial Tableau

Cj 50 40 0 0 0 0 -M

Product mix

Quantitbi

X1 X2 S1 S2 S3 S4 A4 bi / aij

0 S1 150 3 5 1 0 0 0 0 150/3=50

0 S2 20 0 1 0 1 0 0 0 --

0 S3 300 8 5 0 0 1 0 0 300/8=37.5

-M A4 25 1 1 0 0 0 -1 1 25Min. leaving

Zj -25M -M -M 0 0 0 M -M

Cj – Zj 50+M 40+M 0 0 0 -M 0

New X1 values = 25, 1, 1, 0, 0, 0, -1, 1

Max. (Entering)

Page 35: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 35

Tabular solution for Example 4/5

Page 36: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 36

Tabular solution for Example 4/62nd Tableau

Cj $50 40 0 0 0 0 -M

Prodt mix

Quantbi

X1 X2 S1 S2 S3 S4 A4 bi / aij

$0 S1 75 0 2 1 0 0 3 -3 75/3=25

0 S2 20 0 1 0 1 0 0 0 --

0 S3 100 0 -3 0 0 1 8 -8 100/8=12.5Min,leaving

50 X1 25 1 1 0 0 0 -1 1 --

Zj $1250 50 50 0 0 0 -50 50

Cj – Zj 0 -10 0 0 0 50 -M-50

Max. (Entering)new S4 values : 100/8 = 25/2, 0, -3/8, 0, 0, 1/8, 1

Page 37: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 37

Tabular solution for Example 4/7 IMPORTANT!!IMPORTANT!! Since A4 is an artificial variable that was Since A4 is an artificial variable that was

added simply to obtain an initial basic added simply to obtain an initial basic feasible solution, we can drop its feasible solution, we can drop its associated column from the simplex associated column from the simplex tableau.tableau.

Indeed whenever artificial variables are Indeed whenever artificial variables are used, they can be dropped from the used, they can be dropped from the simplex tableau as soon as they have been simplex tableau as soon as they have been eliminated from the basic feasible eliminated from the basic feasible solution.solution.

Page 38: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 38

Tabular solution for Example 4/8

Page 39: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 39

Tabular solution for Example 4/9

One more iteration is required. This time X2 comes into the solution and S1 is eliminated. After performing this iteration, the following simplex tableau shows that the optimal solution has been reached.

Page 40: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 40

Tabular solution for Example 4/10

Page 41: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 41

EQUALITY CONTRAINTSEQUALITY CONTRAINTSNEGATIVE RIGHT-HAND SIDE VALUESNEGATIVE RIGHT-HAND SIDE VALUES

Simply add an artificial variable A1 to create a basic Simply add an artificial variable A1 to create a basic feasible solution in the initial simplex tableau.feasible solution in the initial simplex tableau.6X1 + 4X2 - 5X3 = 30 6X1 + 4X2 - 5X3 = 30 6X1 + 4X2 - 5X3 + 1A1 = 306X1 + 4X2 - 5X3 + 1A1 = 30

One of the properties of the tableau form of a linear One of the properties of the tableau form of a linear program is that the values on the right-hand sides of the program is that the values on the right-hand sides of the constraints have to be nonnegative. constraints have to be nonnegative.

e.g.e.g. # of units of the portable model (X2) has to be less # of units of the portable model (X2) has to be less than or equal to the # of units of the deskpro model (X1) than or equal to the # of units of the deskpro model (X1) after setting aside 5 units of the deskpro for internal after setting aside 5 units of the deskpro for internal company use.company use. X2 X2 X1 - 5 X1 - 5

- X1 + X2 - X1 + X2 -5 -5 (Min)(Min)Multiply by –1 Multiply by –1 (Max)(Max) X1 - X2 X1 - X2 5 5 We now have an acceptable nonnegative right-hand-side value. We now have an acceptable nonnegative right-hand-side value.

Tableau form for this constraint can now be obtained by subtracting a Tableau form for this constraint can now be obtained by subtracting a surplus variable and adding an artificial variable.surplus variable and adding an artificial variable.

Page 42: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 42

Tabular solution for Example 5/1

Livestock Nutrition Co. produces specially blended feed Livestock Nutrition Co. produces specially blended feed supplements. LNC currently has an order for 200 kgs of supplements. LNC currently has an order for 200 kgs of its mixture. its mixture.

This consists of two ingredientsThis consists of two ingredientsXX11 ( a protein source ) ( a protein source )XX2 2 ( a carbohydrate source )( a carbohydrate source )

The first ingredient, XThe first ingredient, X11 costs LNC 3MU a kg. The second costs LNC 3MU a kg. The second ingredient, Xingredient, X22 costs LNC 8MU a kg. The mixture can’t be costs LNC 8MU a kg. The mixture can’t be more than 40% Xmore than 40% X11 and it must be at least 30% X and it must be at least 30% X22. .

LNC’s problem is to determine how much of each LNC’s problem is to determine how much of each ingredient to use to minimize cost.ingredient to use to minimize cost.

Page 43: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 43

Tabular solution for Example 5/2 The cost function can be written asThe cost function can be written as

Cost = 3XCost = 3X11 + 8X + 8X2 2 Min! Min! LNC must produce 200 kgs of the mixture – no more, no LNC must produce 200 kgs of the mixture – no more, no

less.less.XX11 + X + X2 2 = 200 kgs = 200 kgs

The mixture can’t be more than 40% XThe mixture can’t be more than 40% X11, so we may use , so we may use less than 80 kgs.less than 80 kgs. (40% X 200 = 80). (40% X 200 = 80). However, However, we must we must not exceed 80 kgs.not exceed 80 kgs.XX1 1 80 kgs 80 kgs

The mixture must be at least 30% XThe mixture must be at least 30% X22. Thus we may use . Thus we may use more than 60 kgs, not less than 60 kgs. (30% X 200 = 60)more than 60 kgs, not less than 60 kgs. (30% X 200 = 60)

XX22 60 kgs 60 kgs

Page 44: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 44

Tabular solution for Example 5/3

Minimize : Cost = 3MU X1 + 8MU X2 Minimize : Cost = 3MU X1 + 8MU X2 Subject to Subject to X1 + X2 = 200 kgs X1 + X2 = 200 kgs

X1 X1 80 kgs 80 kgs X2 X2 60 kgs 60 kgs X1 , X2 X1 , X2 0 0

An initial solution: X1 + X2 = 200 kgs An initial solution: X1 + X2 = 200 kgs X1 + X2 + A1 = 200 X1 + X2 + A1 = 200

Artificial variableArtificial variable : : A very expensive substance must notA very expensive substance must not

bbe represented in optimal solution.e represented in optimal solution.

Page 45: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 45

Tabular solution for Example 5/4

An artificial VariableAn artificial Variable is only of value as a computational device; it is only of value as a computational device; it allows 2 types of restrictions to be treated.allows 2 types of restrictions to be treated.

The equality typeThe equality type typetype XX1 1 80 kgs constraint on protein 80 kgs constraint on protein

XX1 1 + S+ S11 = 80 kgs = 80 kgs

XX22 60 kgs constraint on carbohydrates 60 kgs constraint on carbohydrates X2 - S2 + A2 = 60X2 - S2 + A2 = 60 X1 , X2 , S1, S2, A1, A2 X1 , X2 , S1, S2, A1, A2 0 0

0MU 0MU 0MU M M 0MU M M

Page 46: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 46

Tabular solution for Example 5/5

Minimize : Cost = Minimize : Cost = 3X1 + 8X2 + 0S1 + 0S2 + MA1 + MA2 3X1 + 8X2 + 0S1 + 0S2 + MA1 + MA2 Subject to : Subject to : X1 + X1 + X2 X2 + A1 + A1 = =

200200

X1 X1 + S1 + S1 = = 8080

X2 X2 - S2 + A2 - S2 + A2 = = 6060

All variables All variables 00

Page 47: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 47

Tabular solution for Example 5/6

Page 48: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 48

Tabular solution for Example 5/7

Page 49: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 49

Tabular solution for Example 5/8

Page 50: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 50

Tabular solution for Example 5/9

Page 51: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 51

Tabular solution for Example 5/10

Page 52: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 52

Tabular solution for Example 5/11

Page 53: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 53

Tabular solution for Example 5/12

Page 54: Simplex Method.ppt

Ch 4: Simplex method: tabular solution

Operations Research © 2007/08, Sami Fethi, EMU, All Right Reserved. 54

End of chapter