1 / 5

Linear Programming – Simplex Method: Computational Problems

Linear Programming – Simplex Method: Computational Problems. Breaking Ties in Selection of Non-Basic Variable – if tie for non-basic variable with largest relative profit ( ), arbitrarily select incoming variable. Ties in Minimum Ratio Rule (Degeneracy) – if more than one

Download Presentation

Linear Programming – Simplex Method: Computational Problems

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. Linear Programming – Simplex Method: Computational Problems Breaking Ties in Selection of Non-Basic Variable – if tie for non-basic variable with largest relative profit ( ), arbitrarily select incoming variable. Ties in Minimum Ratio Rule (Degeneracy) – if more than one basic variable have same minimum ratio, select either variable to leave the basis. This will result in a basic variable taking on a value of 0. When this occurs, the solution is referred to as a degenerate basic feasible solution. When this occurs, you may transition through more than one simplex tableau with the same objective (Z) value.

  2. Linear Programming – Simplex Method: Computational Problems Unbounded Solutions – if when performing the minimum ratio rule, none of the ratios are positive, then the solution is unbounded (e.g Max Z = or Min = - ). See pages 44-46 for good examples.

  3. Simplex Method – Finding an Initial Basic Feasible Solution Min Z = -3x1 + x2 + x3 s.t. x1 – 2x2 + x3 <= 11 -4x1 + x2 +2x3 >= 3 2x1 - x3 = -1 x1, x2, x3 >= 0 Standard Form: (-) Max Z = 3x1 - x2 - x3 s.t. x1 – 2x2 + x3 + x4 = 11 -4x1 + x2 +2x3 -x5 = 3 -2x1 + x3 = 1 x1, x2, x3, x4, x5 >= 0

  4. Simplex Method – Finding an Initial Basic Feasible Solution (-) Max Z = 3x1 - x2 - x3 s.t. x1 – 2x2 + x3 + x4 = 11 -4x1 + x2 +2x3 -x5 = 3 -2x1 + x3 = 1 x1, x2, x3, x4, x5 >= 0 Only x4 is basic. Introduce artificial variables. s.t. x1 – 2x2 + x3 + x4 = 11 -4x1 + x2 +2x3 -x5 + x6 = 3 -2x1 + x3 + x7 = 1 x1, x2, x3, x4, x5, x6, x7 >= 0

  5. Simplex Method – Solve Using Big-M Method Let M be an arbitrarily large number, then: (-) Max Z = 3x1 - x2 - x3 + 0x4 + 0x5 – Mx6 – Mx7 s.t. x1 – 2x2 + x3 + x4 = 11 -4x1 + x2 +2x3 -x5 + x6 = 3 -2x1 + x3 + x7 = 1 x1, x2, x3, x4, x5, x6, x7 >= 0 Note: If the simplex algorithm terminates with one of the artificial variables as a basic variable, then the original problem has no feasible solution.

More Related