SlideShare ist ein Scribd-Unternehmen logo
1 von 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
Presented by:-
Astha
Harpreet Singh
Shivani
Shweta

Weitere ähnliche Inhalte

Was ist angesagt?

Simplex Method
Simplex MethodSimplex Method
Simplex Methodkzoe1996
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 
Simplex Method
Simplex MethodSimplex Method
Simplex MethodSachin MK
 
Simplex method concept,
Simplex method concept,Simplex method concept,
Simplex method concept,Dronak Sahu
 
Module 3 lp-simplex
Module 3 lp-simplexModule 3 lp-simplex
Module 3 lp-simplexraajeeradha
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1irsa javed
 
Duality in Linear Programming Problem
Duality in Linear Programming ProblemDuality in Linear Programming Problem
Duality in Linear Programming ProblemRAVI PRASAD K.J.
 
Linear programming using the simplex method
Linear programming using the simplex methodLinear programming using the simplex method
Linear programming using the simplex methodShivek Khurana
 
Special Cases in Simplex Method
Special Cases in Simplex MethodSpecial Cases in Simplex Method
Special Cases in Simplex MethodDivyansh Verma
 
Linear Programming (graphical method)
Linear Programming (graphical method)Linear Programming (graphical method)
Linear Programming (graphical method)Kamel Attar
 
Simplex Method Explained
Simplex Method ExplainedSimplex Method Explained
Simplex Method ExplainedAtif Shahzad
 

Was ist angesagt? (20)

Simplex method
Simplex methodSimplex method
Simplex method
 
Concept of Duality
Concept of DualityConcept of Duality
Concept of Duality
 
Simplex Method
Simplex MethodSimplex Method
Simplex Method
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 
Simplex Method
Simplex MethodSimplex Method
Simplex Method
 
Duality
DualityDuality
Duality
 
Simplex method concept,
Simplex method concept,Simplex method concept,
Simplex method concept,
 
Linear programing
Linear programingLinear programing
Linear programing
 
Module 3 lp-simplex
Module 3 lp-simplexModule 3 lp-simplex
Module 3 lp-simplex
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1
 
Linear programming
Linear programmingLinear programming
Linear programming
 
2. lp iterative methods
2. lp   iterative methods2. lp   iterative methods
2. lp iterative methods
 
Duality in Linear Programming Problem
Duality in Linear Programming ProblemDuality in Linear Programming Problem
Duality in Linear Programming Problem
 
Linear programming using the simplex method
Linear programming using the simplex methodLinear programming using the simplex method
Linear programming using the simplex method
 
Special Cases in Simplex Method
Special Cases in Simplex MethodSpecial Cases in Simplex Method
Special Cases in Simplex Method
 
Simplex algorithm
Simplex algorithmSimplex algorithm
Simplex algorithm
 
Linear Programming (graphical method)
Linear Programming (graphical method)Linear Programming (graphical method)
Linear Programming (graphical method)
 
Simplex Method Explained
Simplex Method ExplainedSimplex Method Explained
Simplex Method Explained
 
Linear programming
Linear programmingLinear programming
Linear programming
 
L20 Simplex Method
L20 Simplex MethodL20 Simplex Method
L20 Simplex Method
 

Ähnlich wie Operation Research (Simplex Method)

Ähnlich wie Operation Research (Simplex Method) (20)

Simplextabular
SimplextabularSimplextabular
Simplextabular
 
Lp model, simplex method
Lp model, simplex method   Lp model, simplex method
Lp model, simplex method
 
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
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Simplex part 2 of 4
Simplex part 2 of 4Simplex part 2 of 4
Simplex part 2 of 4
 
Artificial variable technique big m method (1)
Artificial variable technique big m method (1)Artificial variable technique big m method (1)
Artificial variable technique big m method (1)
 
Lp model, big method
Lp model, big method   Lp model, big method
Lp model, big method
 
Procedure Of Simplex Method
Procedure Of Simplex MethodProcedure Of Simplex Method
Procedure Of Simplex 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
 
Integer Linear Programming
Integer Linear ProgrammingInteger Linear Programming
Integer Linear Programming
 
Combined
CombinedCombined
Combined
 
Operations Research Problem
Operations Research  ProblemOperations Research  Problem
Operations Research Problem
 
3. linear programming senstivity analysis
3. linear programming senstivity analysis3. linear programming senstivity analysis
3. linear programming senstivity analysis
 
Big m method
Big   m methodBig   m method
Big m method
 
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
 
Dual simplexmethod
Dual simplexmethodDual simplexmethod
Dual simplexmethod
 
Linear (in)dependence
Linear (in)dependenceLinear (in)dependence
Linear (in)dependence
 

Mehr von Shivani Gautam (8)

Biometrics
BiometricsBiometrics
Biometrics
 
Instructionformatreport 110419102141-phpapp02
Instructionformatreport 110419102141-phpapp02Instructionformatreport 110419102141-phpapp02
Instructionformatreport 110419102141-phpapp02
 
Html ppts
Html pptsHtml ppts
Html ppts
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
India
IndiaIndia
India
 
India
IndiaIndia
India
 
HTML
HTMLHTML
HTML
 

Kürzlich hochgeladen

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 

Kürzlich hochgeladen (20)

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 

Operation Research (Simplex Method)

  • 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