SlideShare una empresa de Scribd logo
1 de 8
Operations Research
(This is material is not full-fledged material. This covers only few topics)

Procedure of Simplex Method
The steps for the computation of an optimum solution are as follows:
Step-1: Check whether the objective function of the given L.P.P is to be maximized or
minimized. If it is to be minimized then we convert it into a problem of maximizing it by using
the result
        Minimum Z = - Maximum(-z)
Step-2: Check whether all right hand side values of the constrains are non-negative. If any one
of values is negative then multiply the           corresponding inequation of the constraints by -1,
so as to get all values are non-negative.
Step-3: Convert all the inequations of the constraints into equations by introducing
slack/surplus variables in the constraints. Put the costs of these variables equal to zero.
Step-4: Obtain an initial basic feasible solution to the problem and put it in the first column of
the simplex table.
Step-5: Compute the net evolutions Δj= Zj – Cj (j=1,2,…..n) by using the         relation Zj – Cj = CB Xj
– Cj .
Examine the sign
        (i)      If all net evolutions are non negative, then the initial basic feasible
        solution is an optimum solution.
        (ii)     If at least one net evolution is negative, proceed on to the next step.
Step-6: If there are more than one negative net evolutions, then choose the most
        negative of them. The corresponding column is called entering            column.
        (i)      If all values in this column are ≤ 0, then there is an unbounded solution to the
given problem.
        (ii)     If at least one value is > 0, then the corresponding variable enters the         basis.


Step-7:Compute the ratio {XB / Entering column} and choose the minimum of     these ratios.
The row which is corresponding to this minimum ratio is called leaving row. The common
element which is in both entering column and leaving row is known as the leading element
or key element        or pivotal element of the table.

Step-8:Convert the key element to unity by dividing its row by the leading      element itself
and all other elements in its column to zeros by using     elementary row transformations.

Step-9:         Go to step-5 and repeat the computational procedure until either an
          optimum solution is obtained or there is an indication of an unbounded solution.
Artificial Variable Technique
– Big M-method

If in a starting simplex table, we don’t have an identity sub matrix (i.e. an obvious starting BFS), then we
introduce artificial variables to have a starting BFS. This is known as artificial variable technique. There is
one method to find the starting BFS and solve the problem i.e., Big M method.

Suppose a constraint equation i does not have a slack variable. i.e. there is no ith unit vector column in
the LHS of the constraint equations. (This happens for example when the ith constraint in the original
LPP is either ≥ or = .) Then we augment the equation with an artificial variable Ai to form the ith unit
vector column. However as the artificial variable is extraneous to the given LPP, we use a feedback
mechanism in which the optimization process automatically attempts to force these variables to zero
level. This is achieved by giving a large penalty to the coefficient of the artificial variable in the objective
function as follows:

Artificial variable objective coefficient

= - M in a maximization problem,

= M in a minimization problem

where M is a very large positive number.

Procedure of Big M-method

The following steps are involved in solving an LPP using the Big M method.

Step-1: Express the problem in the standard form.

Step-2:Add non-negative artificial variables to the left side of each of the equations corresponding to
constraints of the type ≥ or =. However, addition of these artificial variable causes violation of the
corresponding constraints. Therefore, we would like to get rid of these variables and would not allow
them to appear in the final solution. This is achieved by assigning a very large penalty (-M for
maximization and M for minimization) in the objective function.

Step-3:Solve the modified LPP by simplex method, until any one of the three cases may arise.

    1. If no artificial variable appears in the basis and the optimality conditions are satisfied, then the
       current solution is an optimal basic feasible solution.
2. If at least one artificial variable in the basis at zero level and the optimality condition is satisfied
       then the current solution is an optimal basic feasible solution.

    3. If at least one artificial variable appears in the basis at positive level and the optimality condition
       is satisfied, then the original problem has no feasible solution. The solution satisfies the contains
       but does not optimize the objective function, since it contains a very large penalty M and is
       called pseudo optimal solution.

Artificial Variable Technique
– Big M-method

Consider the LPP:

Minimize Z = 2 x1 + x2

Subject to the constraints

       3 x 1 + x2 ≥ 9

         x1 + x2 ≥ 6

          x1, x2 ≥ 0

Putting this in the standard form, the LPP is:

Minimize Z = 2 x1 + x2

Subject to the constraints

       3 x 1 + x 2 – s1     =9

         x1 + x2        – s2 = 6

          x1, x2 ,s1 , s2 ≥ 0

Here s1 , s2 are surplus variables.

Note that we do not have a 2x2 identity sub matrix in the LHS.

Introducing the artificial variables A1, A2 in the above LPP

The modified LPP is as follows:

Minimize Z = 2 x1 + x2 + 0. s1 + 0. s2 + M.A1 + M.A2

Subject to the constraints

       3 x 1 + x 2 – s1    + A1    = 9
x1 + x2   – s2      + A2 = 6

         x1, x2 , s1 , s2 , A1 , A2 ≥ 0

Note that we now have a 2x2 identity sub matrix in the coefficient matrix of the constraint equations.

Now we can solve the above LPP by the Simplex method.

But the above objective function is not in maximization form. Convert it into maximization form.

Max Z = -2 x1 – x2 + 0. s1 + 0. s2 – M A1 – M A2



                          Cj:         -2            -2        0        0        -M            -M

B.V     CB         XB           X1            X2         S1       S2       A1        A2            MR
                                                                                                   XB/X1



 A1      -M         9                          1          -1       0        1         0              3
         -M                                                       -1
 A2                 6             1            1          0                 0         1              6
 Zj                -15M         -4M           -2M         M        M        -M        -M




Δj                              -4M+2         -2M+1       M        M        0             0
B.V     CB         XB           X1            X2         S1       S2       A1        A2            MR

                                                                                                   XB/X1

 A1      -M         9                          1          -1       0        1         0              3

         -M                                                       -1

 A2                 6             1            1          0                 0         1              6

 Zj                -15M         -4M           -2M         M        M        -M        -M




Δj                              -4M+2         -2M+1       M        M        0             0
TRANSPORTATION PROBLEM
       Transportation problem is one of the subclasses of LPP’s in which the objective is to
transport various quantities of a single homogeneous commodity, that are initially stored at
various origins to different destinations in such a way that the total transportation cost is
minimum. To achieve this objective we must know the amount and location of available
supplies and the quantities demanded. In addition, we must know the costs that result from
transporting one unit of commodity from various origins to various destinations.

Mathematical Formulation of the Transportation Problem
A transportation problem can be stated mathematically as a Linear Programming Problem as
below:
Minimize Z =
subject to the constraints

         = ai , i = 1, 2,…..,m
         = bj , j = 1, 2,…..,m

    xij ≥ 0 for all i and j
Where, ai = quantity of commodity available at origin i
      bj= quantity of commodity demanded at destination j
      cij= cost of transporting one unit of commodity from ith origin to jth
           destination
      xij = quantity transported from ith origin to jth destination


Tabular form of the Transportation Problem

    To      D1             D2          …….          Dn           Supply
From
    O1       c11           c12        …….           c1n              a1

    O2       c21           c22        …….           c2n              a2

.           .              .          …….           .            .
.           .              .                        .            .
.           .              .                        .            .
    Om       cm1           cm2        …….           cmn               am

Demand          b1         b2         …….               bn
NORTH - WEST CORNER RULE

Step1:Identify the cell at North-West corner of the transportation        matrix.
Step2:Allocate as many units as possible to that cell without      exceeding      supply or
demand; then cross out the row       or column that is exhausted by this assignment
Step3:Reduce the amount of corresponding supply or          demand which is more by allocated
amount.
Step4:Again identify the North-West corner cell of reduced         transportation matrix.
Step5:Repeat Step2 and Step3 until all the rim       requirements are satisfied.

Vogel’s Approximation Method (VAM)

Step-I: Compute the penalty values for each row and each column. The penalty will be
        equal to the difference between the two smallest shipping costs in the row or column.
Step-II: Identify the row or column with the largest penalty. Find the first basic variable which
        has the smallest shipping cost in that row or        column. Then assign the highest
possible        value to that variable, and cross-out the row       or column which is
exhausted.
Step-III: Compute new penalties and repeat the        same procedure until all the rim
        requirements are satisfied.


An example for Vogel’s Method
Find the IBFS of the following transportation problem by using Penalty Method.

                                 D1             D2             D3
                                                                       Supply


                                                                           10
                            6              7              8


                                                                           15
                            15             80             78

                                 15             5               5


Step 1: Compute the penalties in each row and                  each column .
                                                                    Supply      Row Penalty


                                                                      10           7-6=1
                       6              7              8


                                                                      15         78-15=63
                       15             80             78

     Demand                 15             5              5

     Column Penalty     15-6=9        80-7=73        78-8=70
Step 2: Identify the largest penalty and choose least cost cell to corresponding this penalty
                                                                                         Supply       Row Penalty


                                                                                          10             7-6=1
                     6                   7                         8


                                                                                          15           78-15=63
                    15                   80                        78

Demand                     15                     5                         5

Column Penalty       15-6=9              80-7=73                   78-8=70


Step-3: Allocate the amount 5 which is minimum of corresponding row supply and column
demand and then cross out column2
                                                                                          Supply       Row Penalty
                                                          5
                                                                                             10           7-6=1
                          6                   7                         8


                                                                                             15          78-15=63
                          15                 80                        78

  Demand                       15                     5                         5

  Column Penalty          15-6=9              80-7=73                   78-8=70


Step-4: Recalculate the penalties
                                                                                Supply   Row Penalty
                                                      5
                                                                                    5       8-6=2
                               6          7                   8

                                                                                    15     78-15=63
                               15        80                   78

         Demand                     15         X                   5

         Column Penalty        15-6=9                         78-8=70
Step-5: Identify the largest penalty and choose least cost cell to corresponding this penalty
                                                                               Supply       Row Penalty

                                                   5
                                                                                 5              8-6=2
                      6                  7                   8


                                                                                15           78-15=63
                   15                   80                  78

 Demand                   15                  X                  5

 Column Penalty       15-6=9                                 78-8=70


Step-6: Allocate the amount 5 which is minimum of corresponding row supply and column
demand, then cross out column3
                                                                                  Supply        Row Penalty
                                                        5                  5
                                                                                        5          8-6=2
                          6                   7                  8


                                                                                     15          78-15=63
                          15                  80                 78

     Demand                    15                  X                  X

     Column Penalty        15-6=9


Step-7: Finally allocate the values 0 and 15 to corresponding cells and cross out column 1

                                    D1                  D2                 D3           Supply

                                         0                   5                   5
                                                                                            X
                   O1          6                   7                  8

                                         15
                                                                                            X
                   O2          15                  80                 78

        Demand                      X                   X                  X



Solution of the problem
Now the Initial Basic Feasible Solution of the transportation problem is
X11=0, X12=5, X13=5, and X21=15 and
Total transportation cost = (0x6)+(5x7)+(5x8)+(15x15)
                        = 0+35+40+225
                        = 300.

Más contenido relacionado

La actualidad más candente

Transportation problem
Transportation problemTransportation problem
Transportation problemKamel Attar
 
Transportation problem
Transportation problemTransportation problem
Transportation problemGiselle Gaas
 
Transportatopn problm
Transportatopn problmTransportatopn problm
Transportatopn problmAnshul Singh
 
Transportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingTransportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingMirza Tanzida
 
operation research-modi
operation research-modioperation research-modi
operation research-modiMaharshi Soni
 
Transportation model
Transportation modelTransportation model
Transportation modelLokesh Payasi
 
North West Corner Method
North West Corner MethodNorth West Corner Method
North West Corner MethodMuhammad Waleed
 
Lecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionLecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionAathi Suku
 
Transportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete MathsTransportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete MathsKrupesh Shah
 
Transportation problem ppt
Transportation problem pptTransportation problem ppt
Transportation problem pptDr T.Sivakami
 
Transportation problem
Transportation problemTransportation problem
Transportation problemShubhagata Roy
 
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsMba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsRai University
 
Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)dkpawar
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment modelpriyanka yadav
 

La actualidad más candente (19)

LEAST COST METHOD
LEAST COST METHOD LEAST COST METHOD
LEAST COST METHOD
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Transportatopn problm
Transportatopn problmTransportatopn problm
Transportatopn problm
 
Transportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingTransportation Problem In Linear Programming
Transportation Problem In Linear Programming
 
Transportation winston
Transportation winstonTransportation winston
Transportation winston
 
5. transportation problems
5. transportation problems5. transportation problems
5. transportation problems
 
operation research-modi
operation research-modioperation research-modi
operation research-modi
 
T P
T PT P
T P
 
Transportation model
Transportation modelTransportation model
Transportation model
 
North West Corner Method
North West Corner MethodNorth West Corner Method
North West Corner Method
 
Lecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionLecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solution
 
Transportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete MathsTransportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete Maths
 
Transportation problem ppt
Transportation problem pptTransportation problem ppt
Transportation problem ppt
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsMba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problems
 
Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)
 
OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment model
 

Destacado

International Business Environment Full Syllabus
International Business Environment   Full SyllabusInternational Business Environment   Full Syllabus
International Business Environment Full Syllabusitsvineeth209
 
The Theories Of Trade
The Theories Of TradeThe Theories Of Trade
The Theories Of Tradeitsvineeth209
 
Chapter 9: Effectiveness of Loyalty Programs
Chapter 9: Effectiveness of Loyalty ProgramsChapter 9: Effectiveness of Loyalty Programs
Chapter 9: Effectiveness of Loyalty Programsitsvineeth209
 
Foreign Exchange Risk
Foreign Exchange RiskForeign Exchange Risk
Foreign Exchange Riskitsvineeth209
 
Chapter 3: Strategic CRM
Chapter 3: Strategic CRMChapter 3: Strategic CRM
Chapter 3: Strategic CRMitsvineeth209
 

Destacado (9)

International Business Environment Full Syllabus
International Business Environment   Full SyllabusInternational Business Environment   Full Syllabus
International Business Environment Full Syllabus
 
Networking
NetworkingNetworking
Networking
 
Ch13
Ch13Ch13
Ch13
 
The Theories Of Trade
The Theories Of TradeThe Theories Of Trade
The Theories Of Trade
 
Unit I
Unit  IUnit  I
Unit I
 
Chapter 9: Effectiveness of Loyalty Programs
Chapter 9: Effectiveness of Loyalty ProgramsChapter 9: Effectiveness of Loyalty Programs
Chapter 9: Effectiveness of Loyalty Programs
 
Foreign Exchange Risk
Foreign Exchange RiskForeign Exchange Risk
Foreign Exchange Risk
 
Mnc
MncMnc
Mnc
 
Chapter 3: Strategic CRM
Chapter 3: Strategic CRMChapter 3: Strategic CRM
Chapter 3: Strategic CRM
 

Similar a Combined

Procedure Of Simplex Method
Procedure Of Simplex MethodProcedure Of Simplex Method
Procedure Of Simplex Methoditsvineeth209
 
Artificial Variable Technique –
Artificial Variable Technique –Artificial Variable Technique –
Artificial Variable Technique –itsvineeth209
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problemAnkit Katiyar
 
Simplex method - Maximisation Case
Simplex method - Maximisation CaseSimplex method - Maximisation Case
Simplex method - Maximisation CaseJoseph Konnully
 
Simplex method material for operation .pptx
Simplex method material for operation .pptxSimplex method material for operation .pptx
Simplex method material for operation .pptxbizuayehuadmasu1
 
Two Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingTwo Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingManas Lad
 
Numerical analysis dual, primal, revised simplex
Numerical analysis  dual, primal, revised simplexNumerical analysis  dual, primal, revised simplex
Numerical analysis dual, primal, revised simplexSHAMJITH KM
 
LPP, Duality and Game Theory
LPP, Duality and Game TheoryLPP, Duality and Game Theory
LPP, Duality and Game TheoryPurnima Pandit
 
Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method pptDereje Tigabu
 
QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxhonakjannu789
 

Similar a Combined (20)

Procedure Of Simplex Method
Procedure Of Simplex MethodProcedure Of Simplex Method
Procedure Of Simplex Method
 
Artificial Variable Technique –
Artificial Variable Technique –Artificial Variable Technique –
Artificial Variable Technique –
 
Simplex algorithm
Simplex algorithmSimplex algorithm
Simplex algorithm
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problem
 
Lp (2)
Lp (2)Lp (2)
Lp (2)
 
Simplex method - Maximisation Case
Simplex method - Maximisation CaseSimplex method - Maximisation Case
Simplex method - Maximisation Case
 
MFCS2-Module1.pptx
MFCS2-Module1.pptxMFCS2-Module1.pptx
MFCS2-Module1.pptx
 
Simplex method material for operation .pptx
Simplex method material for operation .pptxSimplex method material for operation .pptx
Simplex method material for operation .pptx
 
Big m method
Big   m methodBig   m method
Big m method
 
Two Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingTwo Phase Method- Linear Programming
Two Phase Method- Linear Programming
 
Big M method
Big M methodBig M method
Big M method
 
2. lp iterative methods
2. lp   iterative methods2. lp   iterative methods
2. lp iterative methods
 
simplex method
simplex methodsimplex method
simplex method
 
Numerical analysis dual, primal, revised simplex
Numerical analysis  dual, primal, revised simplexNumerical analysis  dual, primal, revised simplex
Numerical analysis dual, primal, revised simplex
 
aaoczc2252
aaoczc2252aaoczc2252
aaoczc2252
 
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)
 
LPP, Duality and Game Theory
LPP, Duality and Game TheoryLPP, Duality and Game Theory
LPP, Duality and Game Theory
 
Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method ppt
 
5163147.ppt
5163147.ppt5163147.ppt
5163147.ppt
 
QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptx
 

Más de itsvineeth209

Evolution,Drivers Of Indian Retail
Evolution,Drivers Of Indian RetailEvolution,Drivers Of Indian Retail
Evolution,Drivers Of Indian Retailitsvineeth209
 
Intro To Tretailing 6.2.09
Intro To Tretailing 6.2.09Intro To Tretailing 6.2.09
Intro To Tretailing 6.2.09itsvineeth209
 
Indian Retail Sector
Indian Retail SectorIndian Retail Sector
Indian Retail Sectoritsvineeth209
 
Rm 10 Report Writing 2
Rm   10   Report Writing 2Rm   10   Report Writing 2
Rm 10 Report Writing 2itsvineeth209
 
Rm 6 Sampling Design
Rm   6   Sampling DesignRm   6   Sampling Design
Rm 6 Sampling Designitsvineeth209
 
Rm 1 Intro Types Research Process
Rm   1   Intro Types   Research ProcessRm   1   Intro Types   Research Process
Rm 1 Intro Types Research Processitsvineeth209
 
Rm 5 Methods Of Data Collection
Rm   5   Methods Of Data CollectionRm   5   Methods Of Data Collection
Rm 5 Methods Of Data Collectionitsvineeth209
 
Rm 4 Research Design
Rm   4   Research DesignRm   4   Research Design
Rm 4 Research Designitsvineeth209
 
Rm 2 Problem Identification
Rm   2   Problem IdentificationRm   2   Problem Identification
Rm 2 Problem Identificationitsvineeth209
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problemitsvineeth209
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problemitsvineeth209
 
North West Corner Rule
North   West Corner RuleNorth   West Corner Rule
North West Corner Ruleitsvineeth209
 
The Theories Of Trade
The Theories Of TradeThe Theories Of Trade
The Theories Of Tradeitsvineeth209
 

Más de itsvineeth209 (20)

Green Marketing
Green MarketingGreen Marketing
Green Marketing
 
Evolution,Drivers Of Indian Retail
Evolution,Drivers Of Indian RetailEvolution,Drivers Of Indian Retail
Evolution,Drivers Of Indian Retail
 
Intro To Tretailing 6.2.09
Intro To Tretailing 6.2.09Intro To Tretailing 6.2.09
Intro To Tretailing 6.2.09
 
Indian Retail Sector
Indian Retail SectorIndian Retail Sector
Indian Retail Sector
 
Sampling Design
Sampling DesignSampling Design
Sampling Design
 
Sampling Design
Sampling DesignSampling Design
Sampling Design
 
Rm 10 Report Writing 2
Rm   10   Report Writing 2Rm   10   Report Writing 2
Rm 10 Report Writing 2
 
Rm 6 Sampling Design
Rm   6   Sampling DesignRm   6   Sampling Design
Rm 6 Sampling Design
 
Rm 1 Intro Types Research Process
Rm   1   Intro Types   Research ProcessRm   1   Intro Types   Research Process
Rm 1 Intro Types Research Process
 
Rm 5 Methods Of Data Collection
Rm   5   Methods Of Data CollectionRm   5   Methods Of Data Collection
Rm 5 Methods Of Data Collection
 
Rm 3 Hypothesis
Rm   3   HypothesisRm   3   Hypothesis
Rm 3 Hypothesis
 
Research Design
Research DesignResearch Design
Research Design
 
Rm 4 Research Design
Rm   4   Research DesignRm   4   Research Design
Rm 4 Research Design
 
Rm 2 Problem Identification
Rm   2   Problem IdentificationRm   2   Problem Identification
Rm 2 Problem Identification
 
Vam
VamVam
Vam
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Simplex Method
Simplex MethodSimplex Method
Simplex Method
 
North West Corner Rule
North   West Corner RuleNorth   West Corner Rule
North West Corner Rule
 
The Theories Of Trade
The Theories Of TradeThe Theories Of Trade
The Theories Of Trade
 

Último

9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girlsPooja Nehwal
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
Postal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilisePostal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utiliseccsubcollector
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceanilsa9823
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfssusere8ea60
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...ur8mqw8e
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭o8wvnojp
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfJess Walker
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...anilsa9823
 
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceanilsa9823
 
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...CIOWomenMagazine
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonDelhi Call girls
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushShivain97
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..nishakur201
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改atducpo
 

Último (20)

9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
Postal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilisePostal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilise
 
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
 
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..
 
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
 

Combined

  • 1. Operations Research (This is material is not full-fledged material. This covers only few topics) Procedure of Simplex Method The steps for the computation of an optimum solution are as follows: Step-1: Check whether the objective function of the given L.P.P is to be maximized or minimized. If it is to be minimized then we convert it into a problem of maximizing it by using the result Minimum Z = - Maximum(-z) Step-2: Check whether all right hand side values of the constrains are non-negative. If any one of values is negative then multiply the corresponding inequation of the constraints by -1, so as to get all values are non-negative. Step-3: Convert all the inequations of the constraints into equations by introducing slack/surplus variables in the constraints. Put the costs of these variables equal to zero. Step-4: Obtain an initial basic feasible solution to the problem and put it in the first column of the simplex table. Step-5: Compute the net evolutions Δj= Zj – Cj (j=1,2,…..n) by using the relation Zj – Cj = CB Xj – Cj . Examine the sign (i) If all net evolutions are non negative, then the initial basic feasible solution is an optimum solution. (ii) If at least one net evolution is negative, proceed on to the next step. Step-6: If there are more than one negative net evolutions, then choose the most negative of them. The corresponding column is called entering column. (i) If all values in this column are ≤ 0, then there is an unbounded solution to the given problem. (ii) If at least one value is > 0, then the corresponding variable enters the basis. Step-7:Compute the ratio {XB / Entering column} and choose the minimum of these ratios. The row which is corresponding to this minimum ratio is called leaving row. The common element which is in both entering column and leaving row is known as the leading element or key element or pivotal element of the table. Step-8:Convert the key element to unity by dividing its row by the leading element itself and all other elements in its column to zeros by using elementary row transformations. Step-9: Go to step-5 and repeat the computational procedure until either an optimum solution is obtained or there is an indication of an unbounded solution.
  • 2. Artificial Variable Technique – Big M-method If in a starting simplex table, we don’t have an identity sub matrix (i.e. an obvious starting BFS), then we introduce artificial variables to have a starting BFS. This is known as artificial variable technique. There is one method to find the starting BFS and solve the problem i.e., Big M method. Suppose a constraint equation i does not have a slack variable. i.e. there is no ith unit vector column in the LHS of the constraint equations. (This happens for example when the ith constraint in the original LPP is either ≥ or = .) Then we augment the equation with an artificial variable Ai to form the ith unit vector column. However as the artificial variable is extraneous to the given LPP, we use a feedback mechanism in which the optimization process automatically attempts to force these variables to zero level. This is achieved by giving a large penalty to the coefficient of the artificial variable in the objective function as follows: Artificial variable objective coefficient = - M in a maximization problem, = M in a minimization problem where M is a very large positive number. Procedure of Big M-method The following steps are involved in solving an LPP using the Big M method. Step-1: Express the problem in the standard form. Step-2:Add non-negative artificial variables to the left side of each of the equations corresponding to constraints of the type ≥ or =. However, addition of these artificial variable causes violation of the corresponding constraints. Therefore, we would like to get rid of these variables and would not allow them to appear in the final solution. This is achieved by assigning a very large penalty (-M for maximization and M for minimization) in the objective function. Step-3:Solve the modified LPP by simplex method, until any one of the three cases may arise. 1. If no artificial variable appears in the basis and the optimality conditions are satisfied, then the current solution is an optimal basic feasible solution.
  • 3. 2. If at least one artificial variable in the basis at zero level and the optimality condition is satisfied then the current solution is an optimal basic feasible solution. 3. If at least one artificial variable appears in the basis at positive level and the optimality condition is satisfied, then the original problem has no feasible solution. The solution satisfies the contains but does not optimize the objective function, since it contains a very large penalty M and is called pseudo optimal solution. Artificial Variable Technique – Big M-method Consider the LPP: Minimize Z = 2 x1 + x2 Subject to the constraints 3 x 1 + x2 ≥ 9 x1 + x2 ≥ 6 x1, x2 ≥ 0 Putting this in the standard form, the LPP is: Minimize Z = 2 x1 + x2 Subject to the constraints 3 x 1 + x 2 – s1 =9 x1 + x2 – s2 = 6 x1, x2 ,s1 , s2 ≥ 0 Here s1 , s2 are surplus variables. Note that we do not have a 2x2 identity sub matrix in the LHS. Introducing the artificial variables A1, A2 in the above LPP The modified LPP is as follows: Minimize Z = 2 x1 + x2 + 0. s1 + 0. s2 + M.A1 + M.A2 Subject to the constraints 3 x 1 + x 2 – s1 + A1 = 9
  • 4. x1 + x2 – s2 + A2 = 6 x1, x2 , s1 , s2 , A1 , A2 ≥ 0 Note that we now have a 2x2 identity sub matrix in the coefficient matrix of the constraint equations. Now we can solve the above LPP by the Simplex method. But the above objective function is not in maximization form. Convert it into maximization form. Max Z = -2 x1 – x2 + 0. s1 + 0. s2 – M A1 – M A2 Cj: -2 -2 0 0 -M -M B.V CB XB X1 X2 S1 S2 A1 A2 MR XB/X1 A1 -M 9 1 -1 0 1 0 3 -M -1 A2 6 1 1 0 0 1 6 Zj -15M -4M -2M M M -M -M Δj -4M+2 -2M+1 M M 0 0 B.V CB XB X1 X2 S1 S2 A1 A2 MR XB/X1 A1 -M 9 1 -1 0 1 0 3 -M -1 A2 6 1 1 0 0 1 6 Zj -15M -4M -2M M M -M -M Δj -4M+2 -2M+1 M M 0 0
  • 5. TRANSPORTATION PROBLEM Transportation problem is one of the subclasses of LPP’s in which the objective is to transport various quantities of a single homogeneous commodity, that are initially stored at various origins to different destinations in such a way that the total transportation cost is minimum. To achieve this objective we must know the amount and location of available supplies and the quantities demanded. In addition, we must know the costs that result from transporting one unit of commodity from various origins to various destinations. Mathematical Formulation of the Transportation Problem A transportation problem can be stated mathematically as a Linear Programming Problem as below: Minimize Z = subject to the constraints = ai , i = 1, 2,…..,m = bj , j = 1, 2,…..,m xij ≥ 0 for all i and j Where, ai = quantity of commodity available at origin i bj= quantity of commodity demanded at destination j cij= cost of transporting one unit of commodity from ith origin to jth destination xij = quantity transported from ith origin to jth destination Tabular form of the Transportation Problem To D1 D2 ……. Dn Supply From O1 c11 c12 ……. c1n a1 O2 c21 c22 ……. c2n a2 . . . ……. . . . . . . . . . . . . Om cm1 cm2 ……. cmn am Demand b1 b2 ……. bn
  • 6. NORTH - WEST CORNER RULE Step1:Identify the cell at North-West corner of the transportation matrix. Step2:Allocate as many units as possible to that cell without exceeding supply or demand; then cross out the row or column that is exhausted by this assignment Step3:Reduce the amount of corresponding supply or demand which is more by allocated amount. Step4:Again identify the North-West corner cell of reduced transportation matrix. Step5:Repeat Step2 and Step3 until all the rim requirements are satisfied. Vogel’s Approximation Method (VAM) Step-I: Compute the penalty values for each row and each column. The penalty will be equal to the difference between the two smallest shipping costs in the row or column. Step-II: Identify the row or column with the largest penalty. Find the first basic variable which has the smallest shipping cost in that row or column. Then assign the highest possible value to that variable, and cross-out the row or column which is exhausted. Step-III: Compute new penalties and repeat the same procedure until all the rim requirements are satisfied. An example for Vogel’s Method Find the IBFS of the following transportation problem by using Penalty Method. D1 D2 D3 Supply 10 6 7 8 15 15 80 78 15 5 5 Step 1: Compute the penalties in each row and each column . Supply Row Penalty 10 7-6=1 6 7 8 15 78-15=63 15 80 78 Demand 15 5 5 Column Penalty 15-6=9 80-7=73 78-8=70
  • 7. Step 2: Identify the largest penalty and choose least cost cell to corresponding this penalty Supply Row Penalty 10 7-6=1 6 7 8 15 78-15=63 15 80 78 Demand 15 5 5 Column Penalty 15-6=9 80-7=73 78-8=70 Step-3: Allocate the amount 5 which is minimum of corresponding row supply and column demand and then cross out column2 Supply Row Penalty 5 10 7-6=1 6 7 8 15 78-15=63 15 80 78 Demand 15 5 5 Column Penalty 15-6=9 80-7=73 78-8=70 Step-4: Recalculate the penalties Supply Row Penalty 5 5 8-6=2 6 7 8 15 78-15=63 15 80 78 Demand 15 X 5 Column Penalty 15-6=9 78-8=70
  • 8. Step-5: Identify the largest penalty and choose least cost cell to corresponding this penalty Supply Row Penalty 5 5 8-6=2 6 7 8 15 78-15=63 15 80 78 Demand 15 X 5 Column Penalty 15-6=9 78-8=70 Step-6: Allocate the amount 5 which is minimum of corresponding row supply and column demand, then cross out column3 Supply Row Penalty 5 5 5 8-6=2 6 7 8 15 78-15=63 15 80 78 Demand 15 X X Column Penalty 15-6=9 Step-7: Finally allocate the values 0 and 15 to corresponding cells and cross out column 1 D1 D2 D3 Supply 0 5 5 X O1 6 7 8 15 X O2 15 80 78 Demand X X X Solution of the problem Now the Initial Basic Feasible Solution of the transportation problem is X11=0, X12=5, X13=5, and X21=15 and Total transportation cost = (0x6)+(5x7)+(5x8)+(15x15) = 0+35+40+225 = 300.