SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances (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
 

En vedette

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
 

En vedette (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
 

Similaire à Simplex

Similaire à Simplex (20)

Simplextabular
SimplextabularSimplextabular
Simplextabular
 
simplex method-maths 4 mumbai university
simplex method-maths 4 mumbai universitysimplex method-maths 4 mumbai university
simplex method-maths 4 mumbai university
 
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
 

Plus 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
 

Dernier

Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girl Service Belur - 7001035870 with real photos and phone numbers
Call Girl Service Belur - 7001035870 with real photos and phone numbersCall Girl Service Belur - 7001035870 with real photos and phone numbers
Call Girl Service Belur - 7001035870 with real photos and phone numbersanamikaraghav4
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...aamir
 
Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448ont65320
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Call Girls in Nagpur High Profile
 
👙 Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service
👙  Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service👙  Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service
👙 Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Serviceanamikaraghav4
 
Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...
Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...
Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...Apsara Of India
 
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...noor ahmed
 
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...ritikasharma
 
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...ritikasharma
 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goasexy call girls service in goa
 
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 
Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...
Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...
Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...rahim quresi
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...russian goa call girl and escorts service
 

Dernier (20)

Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
 
Call Girl Service Belur - 7001035870 with real photos and phone numbers
Call Girl Service Belur - 7001035870 with real photos and phone numbersCall Girl Service Belur - 7001035870 with real photos and phone numbers
Call Girl Service Belur - 7001035870 with real photos and phone numbers
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
 
Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
 
👙 Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service
👙  Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service👙  Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service
👙 Kolkata Call Girls Park Circus 💫💫7001035870 Model escorts Service
 
Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...
Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...
Karnal Call Girls 8860008073 Dyal Singh Colony Call Girls Service in Karnal E...
 
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
 
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
 
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
 
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
 
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
 
Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...
Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...
Science City Kolkata ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sex...
 
Goa Call "Girls Service 9316020077 Call "Girls in Goa
Goa Call "Girls  Service   9316020077 Call "Girls in GoaGoa Call "Girls  Service   9316020077 Call "Girls in Goa
Goa Call "Girls Service 9316020077 Call "Girls in Goa
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
 
Russian ℂall gIRLS In Goa 9316020077 ℂall gIRLS Service In Goa
Russian ℂall gIRLS In Goa 9316020077  ℂall gIRLS Service  In GoaRussian ℂall gIRLS In Goa 9316020077  ℂall gIRLS Service  In Goa
Russian ℂall gIRLS In Goa 9316020077 ℂall gIRLS Service In Goa
 
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
 
Call Girls New Ashok Nagar Delhi WhatsApp Number 9711199171
Call Girls New Ashok Nagar Delhi WhatsApp Number 9711199171Call Girls New Ashok Nagar Delhi WhatsApp Number 9711199171
Call Girls New Ashok Nagar Delhi WhatsApp Number 9711199171
 

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