SlideShare uma empresa Scribd logo
1 de 20
Several complications can occur while solving the LPP. Such
problems are:
 Tie for the key row(degeneracy)
 Tie for the key column
 Unbounded problems
 Multiple optimal solutions
 Infeasible problems
 Redundant constraints
 Unrestricted Variables
   Degeneracy occurs when there is tie for the minimum
    ratio(MR) for choosing the departing variable
    Basic     Solution X1          X2       S1       S2       Min.
    variables variables                                       ratio
      S1        20          4           9        1        0       5
      S2        10          2           7        0        1       5
      Zj        0           0           0        0        0
                                                                      Tie of key
              Cj-Zj         5           3        0        0           row




                      Key column
   Find the coefficient of the slack variables and divide each
    coefficient by the corresponding positive numbers of the key
    column in the row, starting from left to right in order to break
    the tie             X1 is replaced by S1




                         S1          S2
       Lowest element    1/4= 0.25   0/4= 0
       and S1 row is a
       key row           0/2= 0      1/2= 0.5
   If the ratio do not break the tie, find the similar ratio for the
    coefficient of decision variables
   Compare the resulting ratio, column by column
   Select the row which contains smallest ratio.This row
    becomes the key row
   After resolving of this tie, simplex method is applied to obtain
    the optimum solution
   This problem can arise in case of tie between identical Cj-Zj
    values
   In such a situation selection for key column can be made
    arbitrarily
   There is no wrong choice, although selection of one variable
    may result in more iteration
   Regardless of which variable column is chosen the optimal
    solution will eventually be found
Basic      Solution   X1                X2               S1       S2       Min. ratio
variable   values
    S1         2           3                  2               1        0
    S2        10           4                  6               0        1
    Zj         0           0                  0               0        0
             Cj-Zj         4                  4               0        0



                                         Tie of key column

                               Any one of the decision
                               variable is selected
   It can be stated that a key row cannot be selected because
    minimum ratio column contains negative or infinity(∞) the
    solution is unbounded
       Basic     Solution   X1   X2        S1      S2   Min.
      variable   variable                               ratio


        X1          7       1    0          1      0     ∞
        S2          1       0    -1        -1      1     -1
        Zj         35       5    0          5      0            Unbounded
                                                                solution
                  Cj-Zj     0    4         -5      0

                                      Key column
   If the index row indicates the value of Cj-Zj for a non basic
    variable to be zero, there exists an alternative optimum
    solution.

   To find the alternative optimal solution, the non basic variable
    with the Cj-Zj value of zero, should be selected as an entering
    variable and the simplex steps continued.
Basic      Solution   X1    X2    X3   S1   S2   Min.
             variable   variable                              ratio
             X1         10         4     5     6    1    0
             X3         12         9     8     2    0    1
X2 is not    Zj         56         35    34    18   2    3
there i.e.
multiple                Cj-Zj      -33   -31   2    -2   -3
optimal
solution
   This condition occurs when the problem has incompatible
    constraints
   In final simplex table, all Cj-Zj elements +ve or zero in case
    of minimization and –ve or zero in case of maximization
   And if the basic variable include artificial variable, then LPP
    got an infeasible solution
Basic var.   Sol. Value   X1       X2       S1        S2        S3         A1
    X2           10            0        1        3         0          1         0

    A1           20            0        0        -4        -1        -1         1

    X1           40            1        0        -2        0         -1         0

    Zj       190M-20M          4        3    1+4M          M         M-1        -M

                Cj-Zj          0        0    -1-4M         -M        1-M        0


 Since Cj-Zj row contains all elements –ve or zero , we are having optimum
 solution. Since artificial variable is present as a basic variable the given
 problem has infeasible solution.
Consider the constraints,
                  3X1 + 4X2 < 7
                                           neglected
                  3X1 + 4X2 < 15
The second constraint is less restrictive(because both the
constraints have same co-efficient and variable) than first one,
and is not required. Normally redundant constraint does not pose
any problem except the computational work is unnecessarily
increased
   It is that decision variable which does not carry any value.

   To solve this problem, the variable can take two values i.e.
    one +ve & one –ve because difference between these two
    same +ve and –ve value is zero

   All variables become non-negative in the system and problem
    is solved.
   Example:
              Max Z = 8x1 – 4x2
              4x1 + 5x2 ≤ 20
              -x1 + 3x2 ≥ -23
  when x1 ≥ 0 , x2 is unrestricted in sign
Solution :
      Firstly replace the unrestricted variable x2
                      x2 = x3 – x4
   After replacing the x2 ,
                Max Z = 8x1 – 4x3 + 4x4
                4x1 + 5x3 – 5x4 ≤ 20
                x1 – 3x3 + 3x4 ≤ 23;           x1,x3,x4 ≥ 0
   After that slack variables are added to the constraints ,
                Max Z = 8x1 – 4x3 + 4x4 + 0S1 + 0S2
                4x1 + 5x3 – 5x4 + S1 + 0S2 = 20
                x1 – 3x3 + 3x4 + 0S1 + S2 = 23;
                x1,x3,x4,S1,S2 ≥ 0
Cj                          8        -4        4        0        0
      Basic     Solution        X1        X3       X4       S1       S2   Min.
     variable   variable                                                  ratio

 0     S1         20            4         5        -5       1        0     5
                                                                                  Key
 0     S2         23            1         -3       3        0        1     23     row

        Zj         0            0         0        0        0        0

                 Cj-Zj          8         -4       4        0        0



                           Key column
Cj                         8     -4      4       0     0
      Basic     Solution   X1    X3      X4     S1     S2   Min.
     variable   variable                                    ratio

8      X1          5       1    5/4     -5/4    1/4    0     -ve

       S2         18       0    -17/4   17/4*   -1/4   1    72/17
0
        Zj        40       8     10      -10     2     0

                 Cj-Zj     0    -14      14     -2     0
Basic         Solution         X1            X3     X4    S1       S2
 variable       variable
   X1            175/17          1              0     0    3/17     5/17

   X4             72/17          0              -1    1    -1/17    4/17

    Zj           1688/17         8              -4    4    20/17    56/17

                  Cj-Zj          0              0     0    -20/17   -56/17

Since Cj-Zj ≤ 0 . The optimal solution is obtained.


Ans.        x1 = 175/17
            x2 = x3 – x4 = 0 – 72/17 = -72/17
             Z = 1688/17
Simplex

Mais conteúdo relacionado

Mais procurados

Mais procurados (19)

Big m method
Big   m methodBig   m method
Big m method
 
Dual simplexmethod
Dual simplexmethodDual simplexmethod
Dual simplexmethod
 
Simplex Method Explained
Simplex Method ExplainedSimplex Method Explained
Simplex Method Explained
 
Lpp simplex method
Lpp simplex methodLpp simplex method
Lpp simplex method
 
2. lp iterative methods
2. lp   iterative methods2. lp   iterative methods
2. lp iterative methods
 
Module 3 lp-simplex
Module 3 lp-simplexModule 3 lp-simplex
Module 3 lp-simplex
 
Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method ppt
 
Linear programming ppt
Linear programming pptLinear programming ppt
Linear programming ppt
 
Simplex Method
Simplex MethodSimplex Method
Simplex Method
 
L20 Simplex Method
L20 Simplex MethodL20 Simplex Method
L20 Simplex Method
 
Lp model, simplex method
Lp model, simplex method   Lp model, simplex method
Lp model, simplex method
 
Special Cases in Simplex Method
Special Cases in Simplex MethodSpecial Cases in Simplex Method
Special Cases in Simplex Method
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Linear programming
Linear programmingLinear programming
Linear programming
 
S1 Dualsimplex
S1 DualsimplexS1 Dualsimplex
S1 Dualsimplex
 
Big m method
Big m methodBig m method
Big m method
 
Procedure Of Simplex Method
Procedure Of Simplex MethodProcedure Of Simplex Method
Procedure Of Simplex Method
 
Differential equation
Differential equationDifferential equation
Differential equation
 
Peta karnaugh
Peta karnaughPeta karnaugh
Peta karnaugh
 

Destaque

Green israel pub quiz leaders guide
Green israel pub quiz   leaders guideGreen israel pub quiz   leaders guide
Green israel pub quiz leaders guideDaniel Gold
 
Презентація з питань 523
Презентація з питань 523Презентація з питань 523
Презентація з питань 523Olena Ursu
 
Nguyên nhân và triệu chứng đau bụng kinh thường gặp
Nguyên nhân và triệu chứng đau bụng kinh thường gặpNguyên nhân và triệu chứng đau bụng kinh thường gặp
Nguyên nhân và triệu chứng đau bụng kinh thường gặpthanh thai duong
 
экологические основы природопользования гальперин м.в учебник_2003 -256с
экологические основы природопользования гальперин м.в учебник_2003 -256сэкологические основы природопользования гальперин м.в учебник_2003 -256с
экологические основы природопользования гальперин м.в учебник_2003 -256сDemanessa
 
ElectionMall DonationPages Walk-through
ElectionMall DonationPages Walk-throughElectionMall DonationPages Walk-through
ElectionMall DonationPages Walk-throughcampaigncloudos
 
"You Cannot Afford to Miss It”
"You Cannot Afford to Miss It”"You Cannot Afford to Miss It”
"You Cannot Afford to Miss It”Sanjeev Sharma
 
презентация обо мне ))
презентация обо мне ))презентация обо мне ))
презентация обо мне ))TaiyoHisakawa
 
SCUOLA PRIMARIA G.A. FARINA, Caldiero
SCUOLA PRIMARIA G.A. FARINA, CaldieroSCUOLA PRIMARIA G.A. FARINA, Caldiero
SCUOLA PRIMARIA G.A. FARINA, Caldieroalice8581
 
Presentatie sports events
Presentatie sports eventsPresentatie sports events
Presentatie sports eventsHappy Company
 
Trees, leaves, fruit 2
Trees, leaves, fruit 2Trees, leaves, fruit 2
Trees, leaves, fruit 2alice8581
 
οι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλ
οι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλοι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλ
οι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλparaskevit
 
Ancientttt greeceeee
Ancientttt greeceeeeAncientttt greeceeee
Ancientttt greeceeeetorilafrance
 

Destaque (20)

Effective Writing
Effective Writing Effective Writing
Effective Writing
 
Group 9
Group 9Group 9
Group 9
 
Green israel pub quiz leaders guide
Green israel pub quiz   leaders guideGreen israel pub quiz   leaders guide
Green israel pub quiz leaders guide
 
Презентація з питань 523
Презентація з питань 523Презентація з питань 523
Презентація з питань 523
 
Nguyên nhân và triệu chứng đau bụng kinh thường gặp
Nguyên nhân và triệu chứng đau bụng kinh thường gặpNguyên nhân và triệu chứng đau bụng kinh thường gặp
Nguyên nhân và triệu chứng đau bụng kinh thường gặp
 
экологические основы природопользования гальперин м.в учебник_2003 -256с
экологические основы природопользования гальперин м.в учебник_2003 -256сэкологические основы природопользования гальперин м.в учебник_2003 -256с
экологические основы природопользования гальперин м.в учебник_2003 -256с
 
Resilience
ResilienceResilience
Resilience
 
ElectionMall DonationPages Walk-through
ElectionMall DonationPages Walk-throughElectionMall DonationPages Walk-through
ElectionMall DonationPages Walk-through
 
"You Cannot Afford to Miss It”
"You Cannot Afford to Miss It”"You Cannot Afford to Miss It”
"You Cannot Afford to Miss It”
 
презентация обо мне ))
презентация обо мне ))презентация обо мне ))
презентация обо мне ))
 
SCUOLA PRIMARIA G.A. FARINA, Caldiero
SCUOLA PRIMARIA G.A. FARINA, CaldieroSCUOLA PRIMARIA G.A. FARINA, Caldiero
SCUOLA PRIMARIA G.A. FARINA, Caldiero
 
Group2
Group2Group2
Group2
 
Organigramas
OrganigramasOrganigramas
Organigramas
 
MGX GROUP (English)
MGX GROUP (English)MGX GROUP (English)
MGX GROUP (English)
 
Presentatie sports events
Presentatie sports eventsPresentatie sports events
Presentatie sports events
 
Trees, leaves, fruit 2
Trees, leaves, fruit 2Trees, leaves, fruit 2
Trees, leaves, fruit 2
 
οι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλ
οι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλοι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλ
οι θρησκείες του κόσμου για τα ναρκωτικά και το αλκοόλ
 
Ancientttt greeceeee
Ancientttt greeceeeeAncientttt greeceeee
Ancientttt greeceeee
 
Sit, stay, good art
Sit, stay, good artSit, stay, good art
Sit, stay, good art
 
Stypendium do wyboru
Stypendium do wyboruStypendium do wyboru
Stypendium do wyboru
 

Semelhante a Simplex (20)

Simplextabular
SimplextabularSimplextabular
Simplextabular
 
Two Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingTwo Phase Method- Linear Programming
Two Phase Method- Linear Programming
 
Simplex part 2 of 4
Simplex part 2 of 4Simplex part 2 of 4
Simplex part 2 of 4
 
Lp model, big method
Lp model, big method   Lp model, big method
Lp model, big method
 
Metode simpleks dual
Metode simpleks dualMetode simpleks dual
Metode simpleks dual
 
OR presentation simplex.pptx
OR presentation simplex.pptxOR presentation simplex.pptx
OR presentation simplex.pptx
 
simplex method
simplex methodsimplex method
simplex method
 
Integer Linear Programming
Integer Linear ProgrammingInteger Linear Programming
Integer Linear Programming
 
Combined
CombinedCombined
Combined
 
Unit.3. duality and sensetivity analisis
Unit.3. duality and sensetivity analisisUnit.3. duality and sensetivity analisis
Unit.3. duality and sensetivity analisis
 
Simplex algorithm
Simplex algorithmSimplex algorithm
Simplex algorithm
 
Linear (in)dependence
Linear (in)dependenceLinear (in)dependence
Linear (in)dependence
 
Simplex3
Simplex3Simplex3
Simplex3
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Duel simplex method_operations research .pptx
Duel simplex method_operations research .pptxDuel simplex method_operations research .pptx
Duel simplex method_operations research .pptx
 
Simplex method
Simplex methodSimplex method
Simplex method
 
Simplex Method
Simplex MethodSimplex Method
Simplex Method
 
Simplex Method.pptx
Simplex Method.pptxSimplex Method.pptx
Simplex Method.pptx
 
Chapter four
Chapter fourChapter four
Chapter four
 
Big M method
Big M methodBig M method
Big M method
 

Mais de shweta-sharma99 (13)

Biometrics
BiometricsBiometrics
Biometrics
 
Biometrics
BiometricsBiometrics
Biometrics
 
Testing
TestingTesting
Testing
 
Sql commands
Sql commandsSql commands
Sql commands
 
Rep on grid computing
Rep on grid computingRep on grid computing
Rep on grid computing
 
Java practical
Java practicalJava practical
Java practical
 
Graphics file
Graphics fileGraphics file
Graphics file
 
Vbreport
VbreportVbreport
Vbreport
 
Software re engineering
Software re engineeringSoftware re engineering
Software re engineering
 
Grid computing
Grid computingGrid computing
Grid computing
 
Cyborg
CyborgCyborg
Cyborg
 
Smartphone
SmartphoneSmartphone
Smartphone
 
Instruction cycle
Instruction cycleInstruction cycle
Instruction cycle
 

Último

High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...
High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...
High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...Riya Pathan
 
The Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty VixenThe Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty VixenSalty Vixen Stories & More
 
5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...
5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...
5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...Apsara Of India
 
Cash Payment Contact:- 7028418221 Goa Call Girls Service North Goa Escorts
Cash Payment Contact:- 7028418221 Goa Call Girls Service North Goa EscortsCash Payment Contact:- 7028418221 Goa Call Girls Service North Goa Escorts
Cash Payment Contact:- 7028418221 Goa Call Girls Service North Goa EscortsApsara Of India
 
Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7
Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7
Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7Riya Pathan
 
Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...
Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...
Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...Amil Baba Company
 
Call Girls in Faridabad 9000000000 Faridabad Escorts Service
Call Girls in Faridabad 9000000000 Faridabad Escorts ServiceCall Girls in Faridabad 9000000000 Faridabad Escorts Service
Call Girls in Faridabad 9000000000 Faridabad Escorts ServiceTina Ji
 
5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services
5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services
5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort ServicesApsara Of India
 
Private Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near Me
Private Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near MePrivate Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near Me
Private Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near MeRiya Pathan
 
Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)
Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)
Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)dollysharma2066
 
Udaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur RajasthanUdaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur RajasthanApsara Of India
 
8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR
8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR
8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCRdollysharma2066
 
Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...
Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...
Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...Amil Baba Company
 
定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一
定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一
定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一lvtagr7
 
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts ServiceVip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts ServiceApsara Of India
 
Kolkata Call Girls Service +918240919228 - Kolkatanightgirls.com
Kolkata Call Girls Service +918240919228 - Kolkatanightgirls.comKolkata Call Girls Service +918240919228 - Kolkatanightgirls.com
Kolkata Call Girls Service +918240919228 - Kolkatanightgirls.comKolkata Call Girls
 
Call Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call GirlsCall Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Girls Somajiguda Sarani 7001305949 all area service COD available Any Time
Call Girls Somajiguda Sarani 7001305949 all area service COD available Any TimeCall Girls Somajiguda Sarani 7001305949 all area service COD available Any Time
Call Girls Somajiguda Sarani 7001305949 all area service COD available Any Timedelhimodelshub1
 
Call Girls Delhi {Safdarjung} 9711199012 high profile service
Call Girls Delhi {Safdarjung} 9711199012 high profile serviceCall Girls Delhi {Safdarjung} 9711199012 high profile service
Call Girls Delhi {Safdarjung} 9711199012 high profile servicerehmti665
 
Call Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal Escorts
Call Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal EscortsCall Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal Escorts
Call Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal EscortsApsara Of India
 

Último (20)

High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...
High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...
High Profile Call Girls Sodepur - 8250192130 Escorts Service with Real Photos...
 
The Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty VixenThe Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty Vixen
 
5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...
5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...
5* Hotel Call Girls In Goa 7028418221 Call Girls In Calangute Beach Escort Se...
 
Cash Payment Contact:- 7028418221 Goa Call Girls Service North Goa Escorts
Cash Payment Contact:- 7028418221 Goa Call Girls Service North Goa EscortsCash Payment Contact:- 7028418221 Goa Call Girls Service North Goa Escorts
Cash Payment Contact:- 7028418221 Goa Call Girls Service North Goa Escorts
 
Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7
Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7
Kolkata Call Girl Howrah 👉 8250192130 ❣️💯 Available With Room 24×7
 
Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...
Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...
Amil Baba in Pakistan Kala jadu Expert Amil baba Black magic Specialist in Is...
 
Call Girls in Faridabad 9000000000 Faridabad Escorts Service
Call Girls in Faridabad 9000000000 Faridabad Escorts ServiceCall Girls in Faridabad 9000000000 Faridabad Escorts Service
Call Girls in Faridabad 9000000000 Faridabad Escorts Service
 
5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services
5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services
5* Hotel Call Girls In Goa 7028418221 Call Girls In North Goa Escort Services
 
Private Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near Me
Private Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near MePrivate Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near Me
Private Call Girls Bansdroni - 8250192130 | 24x7 Service Available Near Me
 
Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)
Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)
Call US '' 8377087607'' !! Call Girls In Model Town Metro (Delhi NCR)
 
Udaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur RajasthanUdaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
 
8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR
8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR
8377087607 Full Enjoy @24/7 Call Girls in Patel Nagar Delhi NCR
 
Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...
Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...
Amil baba in Pakistan amil baba Karachi amil baba in pakistan amil baba in la...
 
定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一
定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一
定制(UofT毕业证书)加拿大多伦多大学毕业证成绩单原版一比一
 
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts ServiceVip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
 
Kolkata Call Girls Service +918240919228 - Kolkatanightgirls.com
Kolkata Call Girls Service +918240919228 - Kolkatanightgirls.comKolkata Call Girls Service +918240919228 - Kolkatanightgirls.com
Kolkata Call Girls Service +918240919228 - Kolkatanightgirls.com
 
Call Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call GirlsCall Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call Girls
 
Call Girls Somajiguda Sarani 7001305949 all area service COD available Any Time
Call Girls Somajiguda Sarani 7001305949 all area service COD available Any TimeCall Girls Somajiguda Sarani 7001305949 all area service COD available Any Time
Call Girls Somajiguda Sarani 7001305949 all area service COD available Any Time
 
Call Girls Delhi {Safdarjung} 9711199012 high profile service
Call Girls Delhi {Safdarjung} 9711199012 high profile serviceCall Girls Delhi {Safdarjung} 9711199012 high profile service
Call Girls Delhi {Safdarjung} 9711199012 high profile service
 
Call Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal Escorts
Call Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal EscortsCall Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal Escorts
Call Girls In Karnal O8860008073 Sector 6 7 8 9 Karnal Escorts
 

Simplex

  • 1.
  • 2. Several complications can occur while solving the LPP. Such problems are:  Tie for the key row(degeneracy)  Tie for the key column  Unbounded problems  Multiple optimal solutions  Infeasible problems  Redundant constraints  Unrestricted Variables
  • 3. Degeneracy occurs when there is tie for the minimum ratio(MR) for choosing the departing variable Basic Solution X1 X2 S1 S2 Min. variables variables ratio S1 20 4 9 1 0 5 S2 10 2 7 0 1 5 Zj 0 0 0 0 0 Tie of key Cj-Zj 5 3 0 0 row Key column
  • 4. Find the coefficient of the slack variables and divide each coefficient by the corresponding positive numbers of the key column in the row, starting from left to right in order to break the tie X1 is replaced by S1 S1 S2 Lowest element 1/4= 0.25 0/4= 0 and S1 row is a key row 0/2= 0 1/2= 0.5
  • 5. If the ratio do not break the tie, find the similar ratio for the coefficient of decision variables  Compare the resulting ratio, column by column  Select the row which contains smallest ratio.This row becomes the key row  After resolving of this tie, simplex method is applied to obtain the optimum solution
  • 6. This problem can arise in case of tie between identical Cj-Zj values  In such a situation selection for key column can be made arbitrarily  There is no wrong choice, although selection of one variable may result in more iteration  Regardless of which variable column is chosen the optimal solution will eventually be found
  • 7. Basic Solution X1 X2 S1 S2 Min. ratio variable values S1 2 3 2 1 0 S2 10 4 6 0 1 Zj 0 0 0 0 0 Cj-Zj 4 4 0 0 Tie of key column Any one of the decision variable is selected
  • 8. It can be stated that a key row cannot be selected because minimum ratio column contains negative or infinity(∞) the solution is unbounded Basic Solution X1 X2 S1 S2 Min. variable variable ratio X1 7 1 0 1 0 ∞ S2 1 0 -1 -1 1 -1 Zj 35 5 0 5 0 Unbounded solution Cj-Zj 0 4 -5 0 Key column
  • 9. If the index row indicates the value of Cj-Zj for a non basic variable to be zero, there exists an alternative optimum solution.  To find the alternative optimal solution, the non basic variable with the Cj-Zj value of zero, should be selected as an entering variable and the simplex steps continued.
  • 10. Basic Solution X1 X2 X3 S1 S2 Min. variable variable ratio X1 10 4 5 6 1 0 X3 12 9 8 2 0 1 X2 is not Zj 56 35 34 18 2 3 there i.e. multiple Cj-Zj -33 -31 2 -2 -3 optimal solution
  • 11. This condition occurs when the problem has incompatible constraints  In final simplex table, all Cj-Zj elements +ve or zero in case of minimization and –ve or zero in case of maximization  And if the basic variable include artificial variable, then LPP got an infeasible solution
  • 12. Basic var. Sol. Value X1 X2 S1 S2 S3 A1 X2 10 0 1 3 0 1 0 A1 20 0 0 -4 -1 -1 1 X1 40 1 0 -2 0 -1 0 Zj 190M-20M 4 3 1+4M M M-1 -M Cj-Zj 0 0 -1-4M -M 1-M 0 Since Cj-Zj row contains all elements –ve or zero , we are having optimum solution. Since artificial variable is present as a basic variable the given problem has infeasible solution.
  • 13. Consider the constraints, 3X1 + 4X2 < 7 neglected 3X1 + 4X2 < 15 The second constraint is less restrictive(because both the constraints have same co-efficient and variable) than first one, and is not required. Normally redundant constraint does not pose any problem except the computational work is unnecessarily increased
  • 14. It is that decision variable which does not carry any value.  To solve this problem, the variable can take two values i.e. one +ve & one –ve because difference between these two same +ve and –ve value is zero  All variables become non-negative in the system and problem is solved.
  • 15. Example: Max Z = 8x1 – 4x2 4x1 + 5x2 ≤ 20 -x1 + 3x2 ≥ -23 when x1 ≥ 0 , x2 is unrestricted in sign Solution : Firstly replace the unrestricted variable x2 x2 = x3 – x4
  • 16. After replacing the x2 , Max Z = 8x1 – 4x3 + 4x4 4x1 + 5x3 – 5x4 ≤ 20 x1 – 3x3 + 3x4 ≤ 23; x1,x3,x4 ≥ 0  After that slack variables are added to the constraints , Max Z = 8x1 – 4x3 + 4x4 + 0S1 + 0S2 4x1 + 5x3 – 5x4 + S1 + 0S2 = 20 x1 – 3x3 + 3x4 + 0S1 + S2 = 23; x1,x3,x4,S1,S2 ≥ 0
  • 17. Cj 8 -4 4 0 0 Basic Solution X1 X3 X4 S1 S2 Min. variable variable ratio 0 S1 20 4 5 -5 1 0 5 Key 0 S2 23 1 -3 3 0 1 23 row Zj 0 0 0 0 0 0 Cj-Zj 8 -4 4 0 0 Key column
  • 18. Cj 8 -4 4 0 0 Basic Solution X1 X3 X4 S1 S2 Min. variable variable ratio 8 X1 5 1 5/4 -5/4 1/4 0 -ve S2 18 0 -17/4 17/4* -1/4 1 72/17 0 Zj 40 8 10 -10 2 0 Cj-Zj 0 -14 14 -2 0
  • 19. Basic Solution X1 X3 X4 S1 S2 variable variable X1 175/17 1 0 0 3/17 5/17 X4 72/17 0 -1 1 -1/17 4/17 Zj 1688/17 8 -4 4 20/17 56/17 Cj-Zj 0 0 0 -20/17 -56/17 Since Cj-Zj ≤ 0 . The optimal solution is obtained. Ans. x1 = 175/17 x2 = x3 – x4 = 0 – 72/17 = -72/17 Z = 1688/17