Kerimcan OzcanMNGT 379 Operations Research1 Linear Programming: The Simplex Method Chapter 5.

Slides:



Advertisements
Similar presentations
February 14, 2002 Putting Linear Programs into standard form
Advertisements

The simplex algorithm The simplex algorithm is the classical method for solving linear programs. Its running time is not polynomial in the worst case.
Chapter 5: Linear Programming: The Simplex Method
Lecture 3 Linear Programming: Tutorial Simplex Method
Operation Research Chapter 3 Simplex Method.
Linear Programming – Simplex Method
SIMPLEX METHOD FOR LP LP Model.
LECTURE 14 Minimization Two Phase method by Dr. Arshad zaheer
Dr. Sana’a Wafa Al-Sayegh
Copyright (c) 2003 Brooks/Cole, a division of Thomson Learning, Inc
Computational Methods for Management and Economics Carla Gomes Module 6a Introduction to Simplex (Textbook – Hillier and Lieberman)
Degeneracy and the Convergence of the Simplex Algorithm LI Xiao-lei.
Computational Methods for Management and Economics Carla Gomes Module 8b The transportation simplex method.
Chapter 6 Linear Programming: The Simplex Method Section 3 The Dual Problem: Minimization with Problem Constraints of the Form ≥
Computational Methods for Management and Economics Carla Gomes Module 6b Simplex Pitfalls (Textbook – Hillier and Lieberman)
The Simplex Method: Standard Maximization Problems
The Simplex Algorithm An Algorithm for solving Linear Programming Problems.
Operation Research Chapter 3 Simplex Method.
Linear Programming (LP)
The Simplex Method.
5.6 Maximization and Minimization with Mixed Problem Constraints
D Nagesh Kumar, IIScOptimization Methods: M3L4 1 Linear Programming Simplex method - II.
MIT and James Orlin © Chapter 3. The simplex algorithm Putting Linear Programs into standard form Introduction to Simplex Algorithm.
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
LINEAR PROGRAMMING SIMPLEX METHOD.
Linear Programming - Standard Form
Chapter 3 Linear Programming Methods 高等作業研究 高等作業研究 ( 一 ) Chapter 3 Linear Programming Methods (II)
Chapter 6 Linear Programming: The Simplex Method
The Two-Phase Simplex Method LI Xiao-lei. Preview When a basic feasible solution is not readily available, the two-phase simplex method may be used as.
Duality Theory LI Xiaolei.
Topic III The Simplex Method Setting up the Method Tabular Form Chapter(s): 4.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Learning Objectives for Section 6.4 The student will be able to set up and solve linear programming problems.
1 1 Slide © 2000 South-Western College Publishing/ITP Slides Prepared by JOHN LOUCKS.
1 1 © 2003 Thomson  /South-Western Slide Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
The Simplex Method Updated 15 February Main Steps of the Simplex Method 1.Put the problem in Row-Zero Form. 2.Construct the Simplex tableau. 3.Obtain.
1 1 © 2003 Thomson  /South-Western Slide Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
The big M method LI Xiao-lei.
1© 2003 by Prentice Hall, Inc. Upper Saddle River, NJ Linear Programming: The Simplex Method.
Solving Linear Programming Problems: The Simplex Method
Business Mathematics MTH-367 Lecture 15. Chapter 11 The Simplex and Computer Solutions Methods continued.
Chapter 6 Simplex-Based Sensitivity Analysis and Duality
Linear Programming Revised Simplex Method, Duality of LP problems and Sensitivity analysis D Nagesh Kumar, IISc Optimization Methods: M3L5.
Chapter 6 Linear Programming: The Simplex Method Section 3 The Dual Problem: Minimization with Problem Constraints of the Form ≥
Mechanical Engineering Department 1 سورة النحل (78)
 Minimization Problem  First Approach  Introduce the basis variable  To solve minimization problem we simple reverse the rule that is we select the.
1 1 Slide © 2005 Thomson/South-Western Linear Programming: The Simplex Method n An Overview of the Simplex Method n Standard Form n Tableau Form n Setting.
Chapter 4 Linear Programming: The Simplex Method
Chapter 6 Linear Programming: The Simplex Method Section 4 Maximization and Minimization with Problem Constraints.
Sensitivity analysis LI Xiao-lei. A graphical introduction to sensitivity analysis Sensitivity analysis is concerned with how changes in an LP’s parameters.
1 1 Slide © 2005 Thomson/South-Western Simplex-Based Sensitivity Analysis and Duality n Sensitivity Analysis with the Simplex Tableau n Duality.
1 1 Slide © 2000 South-Western College Publishing/ITP Slides Prepared by JOHN LOUCKS.
1 Chapter 4 The Simplex Algorithm PART 2 Prof. Dr. M. Arslan ÖRNEK.
1 THE REVISED SIMPLEX METHOD CONTENTS Linear Program in the Matrix Notation Basic Feasible Solution in Matrix Notation Revised Simplex Method in Matrix.
1 Simplex Method (created by George Dantzig in late 1940s) A systematic way of searching for an optimal LP solution BMGT 434, Spring 2002 Instructor: Chien-Yu.
OR Chapter 8. General LP Problems Converting other forms to general LP problem : min c’x  - max (-c)’x   = by adding a nonnegative slack variable.
University of Colorado at Boulder Yicheng Wang, Phone: , Optimization Techniques for Civil and Environmental Engineering.
An-Najah N. University Faculty of Engineering and Information Technology Department of Management Information systems Operations Research and Applications.
Simplex Method Simplex: a linear-programming algorithm that can solve problems having more than two decision variables. The simplex technique involves.
Kerimcan OzcanMNGT 379 Operations Research1 Linear Programming Chapter 2.
Business Mathematics MTH-367 Lecture 16. Chapter 11 The Simplex and Computer Solutions Methods continued.
1 Simplex algorithm. 2 The Aim of Linear Programming A Linear Programming model seeks to maximize or minimize a linear function, subject to a set of linear.
Decision Support Systems INF421 & IS Simplex: a linear-programming algorithm that can solve problems having more than two decision variables.
The Simplex Method. and Maximize Subject to From a geometric viewpoint : CPF solutions (Corner-Point Feasible) : Corner-point infeasible solutions 0.
EMGT 6412/MATH 6665 Mathematical Programming Spring 2016
Chap 10. Sensitivity Analysis
Perturbation method, lexicographic method
The Two-Phase Simplex Method
Chapter 4 Linear Programming: The Simplex Method
Well, just how many basic
Presentation transcript:

Kerimcan OzcanMNGT 379 Operations Research1 Linear Programming: The Simplex Method Chapter 5

Kerimcan OzcanMNGT 379 Operations Research2 An Overview of the Simplex Method Standard Form Tableau Form Setting Up the Initial Simplex Tableau Improving the Solution Calculating the Next Tableau Solving a Minimization Problem Special Cases Steps Leading to the Simplex MethodFormulateProblem as LP FormulateProblem Put In StandardForm StandardForm TableauForm TableauFormExecuteSimplexMethodExecuteSimplexMethod

Kerimcan OzcanMNGT 379 Operations Research3 Standard Form A Minimization Problem MIN 2x 1 - 3x 2 - 4x 3 s. t. x 1 + x 2 + x 3 < 30 2x 1 + x 2 + 3x 3 > 60 x 1 - x 2 + 2x 3 = 20 x 1, x 2, x 3 > 0 An LP is in standard form when:  All variables are non-negative  All constraints are equalities Putting an LP formulation into standard form involves:  Adding slack variables to “<“ constraints  Subtracting surplus variables from “>” constraints. Problem in Standard Form MIN 2x 1 - 3x 2 - 4x 3 s. t. x 1 + x 2 + x 3 + s 1 = 30 2x 1 + x 2 + 3x 3 - s 2 = 60 x 1 - x 2 + 2x 3 = 20 x 1, x 2, x 3, s 1, s 2 > 0

Kerimcan OzcanMNGT 379 Operations Research4 Tableau Form A set of equations is in tableau form if for each equation:  its right hand side (RHS) is non-negative, and  there is a basic variable. (A basic variable for an equation is a variable whose coefficient in the equation is +1 and whose coefficient in all other equations of the problem is 0.) To generate an initial tableau form:  An artificial variable must be added to each constraint that does not have a basic variable. Problem in Tableau Form MIN 2x 1 - 3x 2 - 4x 3 + 0s 1 - 0s 2 + Ma 2 + Ma 3 s. t. x 1 + x 2 + x 3 + s 1 = 30 2x 1 + x 2 + 3x 3 - s 2 + a 2 = 60 x 1 - x 2 + 2x 3 + a 3 = 20 x 1, x 2, x 3, s 1, s 2, a 2, a 3 > 0

Kerimcan OzcanMNGT 379 Operations Research5 Setting Up Initial Simplex Tableau The simplex tableau is a convenient means for performing the calculations required by the simplex method. Step 1: If the problem is a minimization problem, multiply the objective function by -1. Step 2: If the problem formulation contains any constraints with negative right-hand sides, multiply each constraint by -1. Step 3: Add a slack variable to each < constraint. Step 4: Subtract a surplus variable and add an artificial variable to each > constraint. Step 5: Add an artificial variable to each = constraint. Step 6: Set each slack and surplus variable's coefficient in the objective function equal to zero. Step 7: Set each artificial variable's coefficient in the objective function equal to -M, where M is a very large number. Step 8: Each slack and artificial variable becomes one of the basic variables in the initial basic feasible solution.

Kerimcan OzcanMNGT 379 Operations Research6 Simplex Method Step 1: Determine Entering Variable  Identify the variable with the most positive value in the c j - z j row. (The entering column is called the pivot column.) Step 2: Determine Leaving Variable  For each positive number in the entering column, compute the ratio of the right-hand side values divided by these entering column values.  If there are no positive values in the entering column, STOP; the problem is unbounded.  Otherwise, select the variable with the minimal ratio. (The leaving row is called the pivot row.) Step 3: Generate Next Tableau  Divide the pivot row by the pivot element (the entry at the intersection of the pivot row and pivot column) to get a new row. We denote this new row as (row *).  Replace each non-pivot row i with: [new row i] = [current row i] - [(a ij ) x (row *)], where a ij is the value in entering column j of row i

Kerimcan OzcanMNGT 379 Operations Research7 Simplex Method Step 4: Calculate z j Row for New Tableau  For each column j, multiply the objective function coefficients of the basic variables by the corresponding numbers in column j and sum them. Step 5: Calculate c j - z j Row for New Tableau  For each column j, subtract the z j row from the c j row.  If none of the values in the c j - z j row are positive, GO TO STEP 1.  If there is an artificial variable in the basis with a positive value, the problem is infeasible. STOP.  Otherwise, an optimal solution has been found. The current values of the basic variables are optimal. The optimal values of the non-basic variables are all zero.  If any non-basic variable's c j - z j value is 0, alternate optimal solutions might exist. STOP.

Kerimcan OzcanMNGT 379 Operations Research8 Example: Simplex Method Solve the following problem by the simplex method: Max 12x x x 3 s.t. 2x 1 + 3x 2 + 4x 3 < 50 x 1 - x 2 - x 3 > 0 x x 3 > 0 x 1, x 2, x 3 > 0 Writing the Problem in Tableau Form We can avoid introducing artificial variables to the second and third constraints by multiplying each by -1 (making them < constraints). Thus, slack variables s 1, s 2, and s 3 are added to the three constraints. Max 12x x x 3 + 0s 1 + 0s 2 + 0s 3 s.t. 2x 1 + 3x 2 + 4x 3 + s 1 = 50 - x 1 + x 2 + x 3 + s 2 = 0 - x x 3 + s 3 = 0 x 1, x 2, x 3, s 1, s 2, s 3 > 0

Kerimcan OzcanMNGT 379 Operations Research9 Example: Simplex Method Initial Simplex Tableau x 1 x 2 x 3 s 1 s 2 s 3 Basis c B s s (* row) s z j c j - z j Iteration 1  Step 1: Determine the Entering Variable The most positive c j - z j = 18. Thus x 2 is the entering variable.

Kerimcan OzcanMNGT 379 Operations Research10 Example: Simplex Method  Step 2: Determine the Leaving Variable Take the ratio between the right hand side and positive numbers in the x 2 column: 50/3 = 16 2/3 0/1 = 0 minimum s 2 is the leaving variable and the 1 is the pivot element.  Step 3: Generate New Tableau Divide the second row by 1, the pivot element. Call the "new" (in this case, unchanged) row the "* row". Subtract 3 x (* row) from row 1. Subtract -1 x (* row) from row 3. New rows 1, 2, and 3 are shown in the upcoming tableau.  Step 4: Calculate z j Row for New Tableau The new z j row values are obtained by multiplying the c B column by each column, element by element and summing. For example, z 1 = 5(0) + -1(18) + -1(0) = -18.

Kerimcan OzcanMNGT 379 Operations Research11 Example: Simplex Method  Step 5: Calculate c j - z j Row for New Tableau The new c j -z j row values are obtained by subtracting z j value in a column from the c j value in the same column. For example, c 1 -z 1 = 12 - (-18) = 30. Iteration 1 (continued) - New Tableau x 1 x 2 x 3 s 1 s 2 s 3 Basis c B s (* row) x s z j c j - z j

Kerimcan OzcanMNGT 379 Operations Research12 Example: Simplex Method Iteration 2  Step 1: Determine the Entering Variable The most positive c j - z j = 30. x 1 is the entering variable.  Step 2: Determine the Leaving Variable Take the ratio between the right hand side and positive numbers in the x 1 column: 10/5 = 2 minimum There are no ratios for the second and third rows because their column elements (-1) are negative. Thus, s 1 (corresponding to row 1) is the leaving variable and 5 is the pivot element.  Step 3: Generate New Tableau Divide row 1 by 5, the pivot element. (Call this new row 1 the "* row"). Subtract (-1) x (* row) from the second row. Subtract (-1) x (* row) from the third row.

Kerimcan OzcanMNGT 379 Operations Research13 Example: Simplex Method  Step 4: Calculate z j Row for New Tableau The new z j row values are obtained by multiplying the c B column by each column, element by element and summing. For example, z 3 =.2(12) + 1.2(18) +.2(0) = 24.  Step 5: Calculate c j - z j Row for New Tableau The new c j -z j row values are obtained by subtracting z j value in a column from the c j value in the same column. For example, c 3 -z 3 = 10 - (24) = -14. Since there are no positive numbers in the c j - z j row, this tableau is optimal. The optimal solutionis: x 1 = 10; x 2 = 10; x 3 = 0; s 1 = 0; s 2 = 0 s 3 = 10, and the optimal value of the objective function is 300.

Kerimcan OzcanMNGT 379 Operations Research14 Example: Simplex Method Iteration 2 (continued) – Final Tableau x 1 x 2 x 3 s 1 s 2 s 3 Basis c B x (* row) x s z j c j - z j

Kerimcan OzcanMNGT 379 Operations Research15 Special Cases Infeasibility Unboundedness Alternative Optimal Solution Degeneracy Infeasibility is detected in the simplex method when an artificial variable remains positive in the final tableau. LP Formulation MAX 2x 1 + 6x 2 s.t. 4x 1 + 3x 2 < 12 2x 1 + x 2 > 8 x 1, x 2 > 0

Kerimcan OzcanMNGT 379 Operations Research16 Example: Infeasibility Final Tableau x 1 x 2 s 1 s 2 a 2 BasisC B M x /4 1/ a 2 -M0 -1/2 -1/ z j 2 (1/2)M (1/2)M M -M -2M +3/2 +1/2 +6 c j - z j 0 -(1/2)M -(1/2)M -M 0 +9/2-1/2 The tableau is the final tableau because all c j - z j < 0. However, an artificial variable is still positive, so the problem is infeasible.

Kerimcan OzcanMNGT 379 Operations Research17 Unboundedness A linear program has an unbounded solution if all entries in an entering column are non-positive. LP Formulation MAX 2x 1 + 6x 2 s. t. 4x 1 + 3x 2 > 12 2x 1 + x 2 > 8 x 1, x 2 > 0 Final Tableau x 1 x 2 s 1 s 2 Basis c B x s z j c j - z j c 4 - z 4 = 4 (is positive), but its column is all non- positive. This indicates that the problem is unbounded.

Kerimcan OzcanMNGT 379 Operations Research18 Alternative Optimal Solution A linear program has alternate optimal solutions if the final tableau has a c j - z j value equal to 0 for a non-basic variable. Final Tableau x 1 x 2 x 3 s 1 s 2 s 3 s 4 Basisc B s x x s z j c j – z j the optimal solution is: x 1 = 4, x 2 = 6, x 3 = 0, and z = 32

Kerimcan OzcanMNGT 379 Operations Research19 Example: Alternative Optimal Solution Note that x 3 is non-basic and its c 3 - z 3 = 0. This 0 indicates that if x 3 were increased, the value of the objective function would not change. Another optimal solution can be found by choosing x 3 as the entering variable and performing one iteration of the simplex method. New Tableau x 1 x 2 x 3 s 1 s 2 s 3 s 4 Basis c B s x x s z j c j – z j alternative optimal solution is: x 1 = 7, x 2 = 0, x 3 = 3, and z = 32

Kerimcan OzcanMNGT 379 Operations Research20 Degeneracy A degenerate solution to a linear program is one in which at least one of the basic variables equals 0. This can occur at formulation or if there is a tie for the minimizing value in the ratio test to determine the leaving variable. When degeneracy occurs, an optimal solution may have been attained even though some c j – z j > 0. Thus, the condition that c j – z j < 0 is sufficient for optimality, but not necessary.