1 / 13

Chapter 5 The Simplex Method

Chapter 5 The Simplex Method. The most popular method for solving Linear Programming Problems We shall present it as an Algorithm. General Structure of Algorithms. Initialise. Check for desired results. Yes. Stop. Iterate. No. Perform a sequence of repetitive steps.

ted
Download Presentation

Chapter 5 The Simplex Method

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 5The Simplex Method The most popular method for solving Linear Programming Problems We shall present it as an Algorithm

  2. General Structure of Algorithms Initialise Check for desired results Yes Stop Iterate No Perform a sequence of repetitive steps

  3. Construct a feasible extreme point Is this point optimal ? Yes Stop Iterate No Move along an edge to a better extreme point

  4. Missing Details • Initialisation: • How do we represent a feasible extreme point algebraically? • Optimality Test: • How do we determine whether a given extreme point is optimal? • Iteration: • How do we move a long an edge to a better adjacent extreme point?

  5. 5.1 initialisation • Transform the LP problem given in a standardform into a canonical form. • This involves the introduction of slackvariables, one for each functional constraint. • Thus if we start with n variables and m functional constraints, we end up with n+m variables and m functional equality constraints.

  6. Standard Form • opt=max • ~  • bi ≥ 0 , for all i.

  7. Canonical Form

  8. Observation • The i-th slack variable measure the “distance” of the point x=(x1,...,xn) from the hyperplanedefining the i-th constraint (This is not a Euclidean distance). • Thus, if the i-th slack variable is equal to zerothe point x= (x1,...,xn) is on the i-th hyperplane. Otherwise it is not. • The original variables “measure” the distance to the hyperplanes defining the respective non-negativityconstraints.

  9. Example x3,x4,x5 are slack variables

  10. Why do we do this? If we use the slack variables as a basis, we obtain a feasible extreme point !!!

  11. 5.5.1 Definition A basic feasible solution is a basic solution that satisfies the non-negativity constraint. Observation: A basic feasible solution is an extreme point of the feasible region. Thus: Initialisation involves constructing a basicfeasible solution using the slack varaibles.

  12. Example Initialbasic feasible solution: x =(0,0,40,30,15), namely x1 = 0 x2 = 0 x3 = 40 x4 = 30 x5 =15 x3,x4,x5 are slack variables

  13. Summary of the Initialisation Step • Select the slack variables as basic • Comments: • Simple • Not necessarily good selection: the first basic feasible solution can be (very) far from the optimal solution.

More Related