1 / 28

§2.2 The Revised Simplex Method

§2.2 The Revised Simplex Method. The simplex method for LP : G.B. Dantzig 1951 Key idea: Phase1: find a bfs of Note that an LP may not have a solution Example min s.t. Phase 2

karenf
Télécharger la présentation

§2.2 The Revised 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. §2.2 The Revised Simplex Method The simplex method for LP : G.B. Dantzig 1951 Key idea: Phase1: find a bfs of Note that an LP may not have a solution Example min s.t. Shi-Chung Chang, NTUEE, GIIE, GICE

  2. Phase 2 Allow one of the zero components of the bfs to become positive and force one of the original positive components to become zero. => How to pick “entering” and “leaving” component Cost Traditional form of the simplex method: Tableau => read by yourself Here we consider matrix form for conciseness of presentation and later developments. Shi-Chung Chang, NTUEE, GIIE, GICE

  3. SLP: s.t. Assume P(A)=m. Partition A=[B:D] B: m linearly indep. columns of A (Assume the first m cols.) (SLP) subject to (3.1) Shi-Chung Chang, NTUEE, GIIE, GICE

  4. If and a basic solution When from (3.1) (note that may not ≥0 ) (3.2) Substituting(3.2) into the cost function (3.3) Define (3.4) as the relative cost vector => To minimize Z, we need only adjust Q: How? Shi-Chung Chang, NTUEE, GIIE, GICE

  5. Example subject to =2 + =5 + =6 In matrix form. Shi-Chung Chang, NTUEE, GIIE, GICE

  6. Shi-Chung Chang, NTUEE, GIIE, GICE

  7. Define the vector of simplex multipliers Compute in two steps: Assume that is non degenerate If is optimal and it does not pay to increase If then the cost Z can possible be decreased by increasing Shi-Chung Chang, NTUEE, GIIE, GICE

  8. Q: (1) any limitations on increasing ? (2) If there are more than one component of r < 0 => which should we change to increase? Simplex method chooses one entering variable, Normally one with the most negative Q: which component should leave? the first one to reach 0 => satisfied again. Shi-Chung Chang, NTUEE, GIIE, GICE

  9. If we consider bringing into the basis, i.e. , as the entering variable => => Shi-Chung Chang, NTUEE, GIIE, GICE

  10. Mathematically, let be the new value vector of => => The ith component of is zero when i.e. when Shi-Chung Chang, NTUEE, GIIE, GICE

  11. To maintain feasibility, the smallest of these ratios for i where > 0 determines how large can be. Say, it happens at l th components of • The new bfs has and leaves the basis while enters R earranging , w e can get Shi-Chung Chang, NTUEE, GIIE, GICE

  12. Revised Simplex Algorithm( one iteration) Step 1: Giving is the basis B such that Step 2: Solve to get Step 3 : Calculate If r ≥ 0 => optimal solution achieved, STOP Find K = arg Step 4 : Solve for y Step 5 : Find If , => unbounded solution, STOP Step 6 : Update the basic solution Step 7 : Update the basis Return to step 2 Shi-Chung Chang, NTUEE, GIIE, GICE

  13. How to Update Basis Note that in the simplex algorithm we need to solve (step 2) (step 4) Where B’s differ by only one column between any two subsequent iterations. => How to calculate B’s efficiently? Shi-Chung Chang, NTUEE, GIIE, GICE

  14. Recall (rank one update) Shi-Chung Chang, NTUEE, GIIE, GICE

  15. Note: => Product Form of the inverse(PFI) Shi-Chung Chang, NTUEE, GIIE, GICE

  16. Some Computational Aspects Let be the elementary matrices after K pivot iterations. => • For large-scale problems, store ‘s as vector and update and y as followers: Shi-Chung Chang, NTUEE, GIIE, GICE

  17. What if is small in pivoting? • Use LU or QR decompositions in computing If B is the current basis Note that => upper Hessenberg Shi-Chung Chang, NTUEE, GIIE, GICE

  18. Using a sequence of elimination steps on H: • Store • QR-decomposition Do givens transformation on H • The simplex method is theoretically an exponential algorithm In practice, 2(n + m) iterations, i.e., a linear function of (n + m) Shi-Chung Chang, NTUEE, GIIE, GICE

  19. Convergence and Degeneracy Convergence: If the objective function value strictly decreases after every iteration, the simplex algorithm never repeats a basis and it converges in a finite number of iterations. why? Degeneracy: If for a such that => x is a degenerate Shi-Chung Chang, NTUEE, GIIE, GICE

  20. Property: in the pivoting step, => i.e. no change in cost. => Problem: cycling among degenerate => no guarantee of convergence => need an anti-cycling algorithm Shi-Chung Chang, NTUEE, GIIE, GICE

  21. How to get an initial feasible solution? (p) • (PH1) subject to Shi-Chung Chang, NTUEE, GIIE, GICE

  22. (P) has a feasible solution in (PH1) Q: • can solve (PH1) using revised simplex with as the initial feasible solution Shi-Chung Chang, NTUEE, GIIE, GICE

  23. Solving S-P by the Revised Simplex Subject to * Flow balance eq. corresponding to * is dropped due to redundancy. Shi-Chung Chang, NTUEE, GIIE, GICE

  24. Chapter 3 Duality § 3 .1 Dual LP Consider (SLP) Subject to Shi-Chung Chang, NTUEE, GIIE, GICE

  25. Dual Viewpoint • From the optimality condition, if optimal solution to SLP => corresponding partition of A matrix such that Note that in Simplex Method, we have

  26. Dual Viewpoint (Cont.) Note that The l’ we are looking for must satisfy (3.5) for anyThe root of (3.5) comes from So, Note that l*’in (3.5) and (3.6) satisfies (3.7) and (3.8).

  27. Dual Objective Function Now consider the objective function From inequality (3.8) that then for any bfs we have and from (3.9) • l*’ is the one that leads to the maximum value • while satisfying (3.7) and (3.8)

  28. Dual SLP (DSLP) Subject to (SLP) Subject to 2008/3/4 Shi-Chung Chang, NTUEE, GIIE, GICE 28

More Related