SlideShare a Scribd company logo
1 of 15
MB106
QUANTITATIVE TECHNIQUES
MODULE I
LECTURE 11
Transportation Problems-Optimal solutions
PROF. KRISHNA ROY
Transportation MODEL
Example:
A company has four warehouses and six stores. The warehouses altogether have a surplus
of 22 units of a given commodity divided among them as follows:
Warehouses 1 2 3 4
Surplus 5 6 2 9
The six stores altogether need 22 units of the commodity. Individual requirements at stores
1, 2, 3, 4, 5 and 6 are 4, 4, 6, 2, 4 and 2 units respectively.
Cost of shipping one unit of commodity from warehouse I to store j in rupees is given in the
matrix below:
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 2
STORES
WAREHOUSES
1 2 3 4 5 6
1 9 12 9 6 9 10
2 7 3 7 7 5 5
3 6 5 9 11 3 11
4 6 8 11 2 2 10
How should the products be shipped from the warehouses to the stores so that the transportation
cost is minimized.
optimality test
Method :
1. Perform optimality test to check whether the feasible solution
obtained is optimum.
2. To perform optimality test successfully
i. Number of allocations should be row+column-1
ii. Allocated row+column-1 cells should occupy independent positions i.e.it is not
possible to travel from an allocated cell back to itself by a series of horizontal and
vertical jumps from one occupied cell to another without a reversal of the same
route
3. Each vacant unallocated cell is tested to see whether an
allocation in it will reduce the total transportation cost. The
two methods used are Stepping Stone Method and the
Modified Distribution(MODI) method.
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 3
transportation problem-finding an optimal solution
Degeneracy in transportation Problem: To perform optimality test row+column-
1(4+6-1) allocations should be there. But here we have 8 allocations.
Unoccupied cell(3,5) has least cost Rs. 3/- But allocation in this cell leads
to a closed loop and degeneracy cannot be removed.
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 4
9 STORES
WAREHOUSES
1 2 3 4 5 6
1 9 12 9
5
6 9 10
2 7 3
4
7 7 5 5
2
3 6
1
5 9
1
11 3
ε
11
4 6
3
8 11 2
2
2
4
10
transportation problem-finding an optimal solution
The next lowest cost empty cells are cells (2,5) and (3,2).
None of these cells form closed loops
Now degeneracy is removed as allocation is 9(6+4-1)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 5
9 STORES
WAREHOUSES
1 2 3 4 5 6
1 9 12 9
5
6 9 10
2 7 3
4
7 7 5
ε
5
2
3 6
1
5 9
1
11 3 11
4 6
3
8 11 2
2
2
4
10
transportation problem-finding an optimal solution
Stepping Stone Method: The net change in the transportation cost as a result of the changes occurring on
allotting one unit to an empty cell is called the EVALUATION of the cell under consideration.
Suppose we allot one unit to cell (1,1), we must deduct from other cells of the row and column to meet
demand and supply constraints.
Change in cost =+9-9+9-6=3
A positive evaluation for a cell indicates increase in cost if allocation is made in the cell. Allocation in cell (1,1)
increases cost by 3 units per allocation and hence is not advised.
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 6
9 STORES
WAREHOUSES
1 2 3 4 5 6
1 9
+1
12 9
5 -1
6 9 10
2 7 3
4
7 7 5
ε
5
2
3 6
1 -1
5 9
1 +1
11 3 11
4 6
3
8 11 2
2
2
4
10
transportation problem-finding an optimal solution
Allocating one unit in cell (2,3), change in cost is +7-5+2-6+6-9=-5.
Hence allocation in cell(2,3) will reduce the cost
Stepping stone method evaluates one cell at a time to decide on the best allocation
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 7
9 STORES
WAREHOUSES
1 2 3 4 5 6
1 9 12 9
5
6 9 10
2 7 3
4
7
+ε
7 5
ε -ε
5
2
3 6
1 +ε
5 9
1 -ε
11 3 11
4 6
3 -ε
8 11 2
2
2
4 +ε
10
transportation problem-finding an optimal solution
Modified Distribution method(MODI) or U-V method:
Here cell evaluations of all the unoccupied cells are calculated simultaneously and a
single closed path is traced for the cell for which allocations have been made.
Step 1: Write down a cost matrix only with the cells for which allocations have already
been made.
Step 2: Let there be a set of numbers Ui associated with each row and Vj associated with
each column such that Ui + Vj = cost in cell(I,j)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 8
V1 V2 V3 V4 V5 V6
U1 9 12 9
5
6 9 10
U2 7 3
4
7 7 5
ε
5
2
U3 6
1
5 9
1
11 3 11
U4 6
3
8 11 2
2
2
4
10
transportation problem-finding an optimal solution
Modified Distribution method(MODI) or U-V method:
In this problem considering the allocated cells and putting V1=0:
U1 + V3 =9
U2 + V2 =3
U2 + V5 =5
U2 + V6 =5
U3+ V1 =6
U3 + V3 =9
U4 + V1 =6
U4 + V4 =2
U4 + V5 =2
Step 1: Write down a cost matrix only with the cells for which allocations have already been made.
Step 2: Let there be a set of numbers Ui associated with each row and Vj associated with each
column such that Ui + Vj = cost in cell(I,j)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 9
V1 V2 V3 V4 V5 V6
U1 9 12 9
5
6 9 10
U2 7 3
4
7 7 5
ε
5
2
U3 6
1
5 9
1
11 3 11
U4 6
3
8 11 2
2
2
4
10
transportation problem-finding an optimal solution
Modified Distribution method(MODI) or U-V method:
In this problem considering the allocated cells and putting V1=0:
U1 + V3 =9 or U1 + 3 =9 or U1 = 6 (8)
U2 + V2 =3 or 9 + V2 =3 or V2 = -6 (9)
U2 + V5 =5 or U2 - 4 =5 or U2 = 9 (4)
U2 + V6 =5 or 9 + V6 =5 or V6 = -4 (5)
U3+ V1 =6 or U3+ 0 =6 or U3 = 6 (6)
U3 + V3 =9 or 6 + V3 =9 or V3 =3 (7)
U4 + V1 =6 or U4 + 0 =6 or U4 =6 (1)
U4 + V4 =2 or 6 + V4 =2 or V4 = -4 (3)
U4 + V5 =2 or 6 + V5 =2 or V5 = -4 (2)
Step 3: Fill the vacant cells with the sum of Ui and Vj
Step 4: Subtract the cell values obtained in the previous step from the original cost matrix. The
resultant matrix is called the CELL EVALUATION MATRIX.
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 10
V1 =0 V2=-6 V3 =3 V4 =-4 V5 =-4 V6 =-4
U1=6 9 –
(6+0)=3
12–(6-
6)=12
9
5
6-(6-
2)=4
9-(6-
4)=7
10-(6-
4)=8
U2=9 7-(9-0)=
-2
3
4
7-
(9+3)=-5
7-((9-
4)=2
5
ε
5
2
U3=6 6
1
5-(6-
6)=5
9
1
11-(6-
4)=9
3-(6-
4)=1
11-(6-
4)=9
U4=6 6
3
8-(6-
6)=8
11-
(6+3)=2
2
2
2
4
10-(6-
4)=8
transportation problem-finding an optimal solution
Step 5: If any of the cell evaluations is negative, the basic feasible solution is not optimal. Here two
cwll evaluations are negative.
Step 6: Iterate towards an optimal solution.
i. Find the most negative cell evaluation from the cell evaluation matrix. If a tie occurs, choose anyone.
ii. Copy the initial feasible solution
marking the empty cell with most
negative cell evaluation. This cell
is called the identified cell. Here
cell(2,3) is the identified cell.
iii Trace a path beginning with the
identified cell passing horizontally
and vertically with corners on
allocated cells. The path may skip
over any number of occupied or
vacant cells.
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 11
V1 =0 V2=-6 V3 =3 V4 =-4 V5 =-4 V6 =-4
U1=6 9 –
(6+0)=3
12–(6-
6)=12
9
5
6-(6-
2)=4
9-(6-
4)=7
10-(6-
4)=8
U2=9 7-(9-0)=
-2
3
4
7-
(9+3)=-5
7-((9-
4)=2
5
ε
5
2
U3=6 6
1
5-(6-
6)=5
9
1
11-(6-
4)=9
3-(6-
4)=1
11-(6-
4)=9
U4=6 6
3
8-(6-
6)=8
11-
(6+3)=2
2
2
2
4
10-(6-
4)=8
transportation problem-finding an optimal solution
iv. Mark the identified cell as +ve and each occupied cell at the corner as –ve and +ve alternately.
v. The smallest allocation in a –ve marked cell is allocated to the identified cell. This allocation is added and
subtracted from the corner cells maintaining row and column balance.
Step 7: Check for optimality. Repeat steps 3 to 4 till no more cell evaluations are negative.
Cell (2,3) has the most negative cell evaluation and hence an allocation in this cell may improve the
solution.
Let V1 =0
U1 + V3 =9
U2 + V2 =3
U2 + V3 =7
U2 + V6 =5
U3+ V1 =6
U3 + V3 =9
U4 + V1 =6
U4 + V4 =2
U4 + V5 =2
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 12
V1 =0 V2=-6 V3 =3 V4 =-4 V5 =-4 V6 =-4
U1=6 9 12 9
5
6 9 10
U2=9 7 3
4
7
+ ε
7 5
ε-ε
5
2
U3=6 6
1+ε
5 9
1-ε
11 3 11
U4=6 6
3-ε
8 11 2
2
2
4+ε
10
transportation problem-finding an optimal solution
iv. Mark the identified cell as +ve and each occupied cell at the corner as –ve and +ve alternately.
v. The smallest allocation in a –ve marked cell is allocated to the identified cell. This allocation is added and
subtracted from the corner cells maintaining row and column balance.
Step 7: Check for optimality. Repeat steps 3 to 4 till no more cell evaluations are negative.
Cell (2,3) has the most negative cell evaluation and hence an allocation in this cell may improve the
solution.
Putting V1 =0 and solving we get
U1 + V3 =9 or U1 + 3 =9 or U1 =9-3=6 (6)
U2 + V2 =3 or 4 + V2 =3 or V2 =3 -4=-1 (8)
U2 + V3 =7 or U2 + 3 =7 or U2 =7-3=4 (7)
U2 + V6 =5 or 4 + V6 =5 or V6 =5-4=1 (9)
U3+ V1 =6 or U3+ 0 =6 or U3=6 (1)
U3 + V3 =9 or 6 + V3 =9 or V3 =9-6=3 (3)
U4 + V1 =6 or U4 + 0 =6 or U4 =6 (2)
U4 + V4 =2 or 6 + V4 =2 or V4 =2-6= -4 (4)
U4 + V5 =2 or 6 + V5 =2 or V5 =2–6 = -4 (5)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 13
V1 =0 V2=--1 V3 =3 V4 =-4 V5 =-4 V6 = 1
U1=6 9-(6+0)
=3
12-(6-1)
=7
9
5
6-(6-4)
=4
9-(6-4)
=7
10-(6+1)
=3
U2=4 7-(4+0)
=3
3
4
7
ε
7-(4-4)
=7
5-(4-
4)=5
5
2
U3=6 6
1+ε
5-(6-1)
=0
9
1-ε
11-(6-4)
=9
3-(6-4)
=1
11-(6+1)
=4
U4=6 6
3-ε
8-(6-1)
=3
11-(6+3)
=2
2
2
2
4+ε
10-
(6+1)=3
transportation problem-finding an optimal solution
 Since no cell evaluations are negative , the solution is optimal.
 Neglecting ε the allocations are as shown in the table below
Total Cost Z=9X5+3X4+5X2+6X1+9X1+6X3+2X2+2X4= Rs. 112/-
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 14
V1 =0 V2=--1 V3 =3 V4 =-4 V5 =-4 V6 = 1
U1=6 9 12 9
5
6 9 10
U2=4 7 3
4
7 7 5 5
2
U3=6 6
1
5 9
1
11 3 11
U4=6 6
3
8 11 2
2
2
4
10-
• Till we meet again in the next class……….
PROF. KRISHNA ROY, FMS, BCREC 15
09-11-2021

More Related Content

What's hot

Mb 106 quantitative techniques 2
Mb 106 quantitative techniques 2Mb 106 quantitative techniques 2
Mb 106 quantitative techniques 2KrishnaRoy45
 
Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9KrishnaRoy45
 
Mb 106 quantitative techniques 10
Mb 106 quantitative techniques 10Mb 106 quantitative techniques 10
Mb 106 quantitative techniques 10KrishnaRoy45
 
Mb 106 quantitative techniques 1
Mb 106 quantitative techniques 1Mb 106 quantitative techniques 1
Mb 106 quantitative techniques 1KrishnaRoy45
 
Mb 106 quantitative techniques 5
Mb 106 quantitative techniques 5Mb 106 quantitative techniques 5
Mb 106 quantitative techniques 5KrishnaRoy45
 
Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14KrishnaRoy45
 
Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16KrishnaRoy45
 
Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17 Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17 KrishnaRoy45
 
Economic interpretation of duality, shadow price and the complementary slackn...
Economic interpretation of duality, shadow price and the complementary slackn...Economic interpretation of duality, shadow price and the complementary slackn...
Economic interpretation of duality, shadow price and the complementary slackn...Preety Rateria
 
primal and dual problem
primal and dual problemprimal and dual problem
primal and dual problemYash Lad
 
Transportation problem ppt
Transportation problem pptTransportation problem ppt
Transportation problem pptDr T.Sivakami
 
Transportation and transshipment problems
Transportation  and transshipment problemsTransportation  and transshipment problems
Transportation and transshipment problemsDr. Adinath Damale
 
Vogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution MethodVogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution MethodKaushik Maitra
 
Post-optimal analysis of LPP
Post-optimal analysis of LPPPost-optimal analysis of LPP
Post-optimal analysis of LPPRAVI PRASAD K.J.
 
Operational Research case studies
Operational Research case studiesOperational Research case studies
Operational Research case studiesThe OR Society
 
Integer Linear Programming
Integer Linear ProgrammingInteger Linear Programming
Integer Linear ProgrammingSukhpalRamanand
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 

What's hot (20)

Mb 106 quantitative techniques 2
Mb 106 quantitative techniques 2Mb 106 quantitative techniques 2
Mb 106 quantitative techniques 2
 
Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9
 
Mb 106 quantitative techniques 10
Mb 106 quantitative techniques 10Mb 106 quantitative techniques 10
Mb 106 quantitative techniques 10
 
Mb 106 quantitative techniques 1
Mb 106 quantitative techniques 1Mb 106 quantitative techniques 1
Mb 106 quantitative techniques 1
 
Mb 106 quantitative techniques 5
Mb 106 quantitative techniques 5Mb 106 quantitative techniques 5
Mb 106 quantitative techniques 5
 
Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14
 
Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16
 
Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17 Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17
 
Assignment problem
Assignment problemAssignment problem
Assignment problem
 
Economic interpretation of duality, shadow price and the complementary slackn...
Economic interpretation of duality, shadow price and the complementary slackn...Economic interpretation of duality, shadow price and the complementary slackn...
Economic interpretation of duality, shadow price and the complementary slackn...
 
primal and dual problem
primal and dual problemprimal and dual problem
primal and dual problem
 
Assignment problems
Assignment problemsAssignment problems
Assignment problems
 
Transportation problem ppt
Transportation problem pptTransportation problem ppt
Transportation problem ppt
 
Transportation and transshipment problems
Transportation  and transshipment problemsTransportation  and transshipment problems
Transportation and transshipment problems
 
Vogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution MethodVogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution Method
 
Simplex Method.pptx
Simplex Method.pptxSimplex Method.pptx
Simplex Method.pptx
 
Post-optimal analysis of LPP
Post-optimal analysis of LPPPost-optimal analysis of LPP
Post-optimal analysis of LPP
 
Operational Research case studies
Operational Research case studiesOperational Research case studies
Operational Research case studies
 
Integer Linear Programming
Integer Linear ProgrammingInteger Linear Programming
Integer Linear Programming
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 

Similar to Mb 106 quantitative techniques 13

Optimal Solution by MODI Method
Optimal Solution by MODI MethodOptimal Solution by MODI Method
Optimal Solution by MODI MethodDrDeepaChauhan
 
Algebra Trigonometry Problems
Algebra Trigonometry ProblemsAlgebra Trigonometry Problems
Algebra Trigonometry ProblemsDon Dooley
 
THREE-ASSOCIATE CLASS PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS IN TWO REP...
THREE-ASSOCIATE CLASS PARTIALLY BALANCED  INCOMPLETE BLOCK DESIGNS IN TWO REP...THREE-ASSOCIATE CLASS PARTIALLY BALANCED  INCOMPLETE BLOCK DESIGNS IN TWO REP...
THREE-ASSOCIATE CLASS PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS IN TWO REP...Sumeet Saurav
 
Lesson 26: Integration by Substitution (handout)
Lesson 26: Integration by Substitution (handout)Lesson 26: Integration by Substitution (handout)
Lesson 26: Integration by Substitution (handout)Matthew Leingang
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problemAnkit Katiyar
 
Assignment1 set1
Assignment1 set1Assignment1 set1
Assignment1 set1wsf6276
 
Operation Research Lectures about research
Operation Research Lectures about researchOperation Research Lectures about research
Operation Research Lectures about researchRITHMETIC
 
9th class sample paper2015
9th class sample paper20159th class sample paper2015
9th class sample paper2015APEX INSTITUTE
 
Top schools in ghaziabad
Top schools in ghaziabadTop schools in ghaziabad
Top schools in ghaziabadEdhole.com
 
Transportation model
Transportation modelTransportation model
Transportation modelmsn007
 
Government science secondary school holidays assignment
Government science secondary school holidays assignmentGovernment science secondary school holidays assignment
Government science secondary school holidays assignmentukonna
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation ProblemVivekSaurabh7
 
Solving Degenaracy in Transportation Problem
Solving Degenaracy in Transportation ProblemSolving Degenaracy in Transportation Problem
Solving Degenaracy in Transportation Problemmkmanik
 
Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method Lakshminarayan Ramjee
 

Similar to Mb 106 quantitative techniques 13 (20)

OR PPT.pdf
OR PPT.pdfOR PPT.pdf
OR PPT.pdf
 
Optimal Solution by MODI Method
Optimal Solution by MODI MethodOptimal Solution by MODI Method
Optimal Solution by MODI Method
 
Logistics Project
Logistics ProjectLogistics Project
Logistics Project
 
Algebra Trigonometry Problems
Algebra Trigonometry ProblemsAlgebra Trigonometry Problems
Algebra Trigonometry Problems
 
THREE-ASSOCIATE CLASS PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS IN TWO REP...
THREE-ASSOCIATE CLASS PARTIALLY BALANCED  INCOMPLETE BLOCK DESIGNS IN TWO REP...THREE-ASSOCIATE CLASS PARTIALLY BALANCED  INCOMPLETE BLOCK DESIGNS IN TWO REP...
THREE-ASSOCIATE CLASS PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS IN TWO REP...
 
Lesson 26: Integration by Substitution (handout)
Lesson 26: Integration by Substitution (handout)Lesson 26: Integration by Substitution (handout)
Lesson 26: Integration by Substitution (handout)
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problem
 
Assignment1 set1
Assignment1 set1Assignment1 set1
Assignment1 set1
 
Operation Research Lectures about research
Operation Research Lectures about researchOperation Research Lectures about research
Operation Research Lectures about research
 
9th class sample paper2015
9th class sample paper20159th class sample paper2015
9th class sample paper2015
 
Top schools in ghaziabad
Top schools in ghaziabadTop schools in ghaziabad
Top schools in ghaziabad
 
OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
 
Transportation model
Transportation modelTransportation model
Transportation model
 
Government science secondary school holidays assignment
Government science secondary school holidays assignmentGovernment science secondary school holidays assignment
Government science secondary school holidays assignment
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Me gate-15-paper-02
Me gate-15-paper-02Me gate-15-paper-02
Me gate-15-paper-02
 
Me gate-15-paper-02 new2
Me gate-15-paper-02 new2Me gate-15-paper-02 new2
Me gate-15-paper-02 new2
 
Solving Degenaracy in Transportation Problem
Solving Degenaracy in Transportation ProblemSolving Degenaracy in Transportation Problem
Solving Degenaracy in Transportation Problem
 
Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method
 
Central Tendancy.pdf
Central Tendancy.pdfCentral Tendancy.pdf
Central Tendancy.pdf
 

More from KrishnaRoy45

MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptxKrishnaRoy45
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptxKrishnaRoy45
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptxKrishnaRoy45
 
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptxMB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptxKrishnaRoy45
 
MB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptxMB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptxKrishnaRoy45
 
MB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptxMB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptxKrishnaRoy45
 
MB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptxMB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptxKrishnaRoy45
 
MB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptxMB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptxKrishnaRoy45
 
MB 103 business communication 2.pptx
MB 103 business communication 2.pptxMB 103 business communication 2.pptx
MB 103 business communication 2.pptxKrishnaRoy45
 

More from KrishnaRoy45 (20)

MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
 
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptxMB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptx
 
MB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptxMB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptx
 
MB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptxMB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptx
 
MB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptxMB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptx
 
MB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptxMB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptx
 
MB 103 business communication 2.pptx
MB 103 business communication 2.pptxMB 103 business communication 2.pptx
MB 103 business communication 2.pptx
 

Recently uploaded

Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 

Recently uploaded (20)

CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 

Mb 106 quantitative techniques 13

  • 1. MB106 QUANTITATIVE TECHNIQUES MODULE I LECTURE 11 Transportation Problems-Optimal solutions PROF. KRISHNA ROY
  • 2. Transportation MODEL Example: A company has four warehouses and six stores. The warehouses altogether have a surplus of 22 units of a given commodity divided among them as follows: Warehouses 1 2 3 4 Surplus 5 6 2 9 The six stores altogether need 22 units of the commodity. Individual requirements at stores 1, 2, 3, 4, 5 and 6 are 4, 4, 6, 2, 4 and 2 units respectively. Cost of shipping one unit of commodity from warehouse I to store j in rupees is given in the matrix below: 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 2 STORES WAREHOUSES 1 2 3 4 5 6 1 9 12 9 6 9 10 2 7 3 7 7 5 5 3 6 5 9 11 3 11 4 6 8 11 2 2 10 How should the products be shipped from the warehouses to the stores so that the transportation cost is minimized.
  • 3. optimality test Method : 1. Perform optimality test to check whether the feasible solution obtained is optimum. 2. To perform optimality test successfully i. Number of allocations should be row+column-1 ii. Allocated row+column-1 cells should occupy independent positions i.e.it is not possible to travel from an allocated cell back to itself by a series of horizontal and vertical jumps from one occupied cell to another without a reversal of the same route 3. Each vacant unallocated cell is tested to see whether an allocation in it will reduce the total transportation cost. The two methods used are Stepping Stone Method and the Modified Distribution(MODI) method. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 3
  • 4. transportation problem-finding an optimal solution Degeneracy in transportation Problem: To perform optimality test row+column- 1(4+6-1) allocations should be there. But here we have 8 allocations. Unoccupied cell(3,5) has least cost Rs. 3/- But allocation in this cell leads to a closed loop and degeneracy cannot be removed. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 4 9 STORES WAREHOUSES 1 2 3 4 5 6 1 9 12 9 5 6 9 10 2 7 3 4 7 7 5 5 2 3 6 1 5 9 1 11 3 ε 11 4 6 3 8 11 2 2 2 4 10
  • 5. transportation problem-finding an optimal solution The next lowest cost empty cells are cells (2,5) and (3,2). None of these cells form closed loops Now degeneracy is removed as allocation is 9(6+4-1) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 5 9 STORES WAREHOUSES 1 2 3 4 5 6 1 9 12 9 5 6 9 10 2 7 3 4 7 7 5 ε 5 2 3 6 1 5 9 1 11 3 11 4 6 3 8 11 2 2 2 4 10
  • 6. transportation problem-finding an optimal solution Stepping Stone Method: The net change in the transportation cost as a result of the changes occurring on allotting one unit to an empty cell is called the EVALUATION of the cell under consideration. Suppose we allot one unit to cell (1,1), we must deduct from other cells of the row and column to meet demand and supply constraints. Change in cost =+9-9+9-6=3 A positive evaluation for a cell indicates increase in cost if allocation is made in the cell. Allocation in cell (1,1) increases cost by 3 units per allocation and hence is not advised. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 6 9 STORES WAREHOUSES 1 2 3 4 5 6 1 9 +1 12 9 5 -1 6 9 10 2 7 3 4 7 7 5 ε 5 2 3 6 1 -1 5 9 1 +1 11 3 11 4 6 3 8 11 2 2 2 4 10
  • 7. transportation problem-finding an optimal solution Allocating one unit in cell (2,3), change in cost is +7-5+2-6+6-9=-5. Hence allocation in cell(2,3) will reduce the cost Stepping stone method evaluates one cell at a time to decide on the best allocation 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 7 9 STORES WAREHOUSES 1 2 3 4 5 6 1 9 12 9 5 6 9 10 2 7 3 4 7 +ε 7 5 ε -ε 5 2 3 6 1 +ε 5 9 1 -ε 11 3 11 4 6 3 -ε 8 11 2 2 2 4 +ε 10
  • 8. transportation problem-finding an optimal solution Modified Distribution method(MODI) or U-V method: Here cell evaluations of all the unoccupied cells are calculated simultaneously and a single closed path is traced for the cell for which allocations have been made. Step 1: Write down a cost matrix only with the cells for which allocations have already been made. Step 2: Let there be a set of numbers Ui associated with each row and Vj associated with each column such that Ui + Vj = cost in cell(I,j) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 8 V1 V2 V3 V4 V5 V6 U1 9 12 9 5 6 9 10 U2 7 3 4 7 7 5 ε 5 2 U3 6 1 5 9 1 11 3 11 U4 6 3 8 11 2 2 2 4 10
  • 9. transportation problem-finding an optimal solution Modified Distribution method(MODI) or U-V method: In this problem considering the allocated cells and putting V1=0: U1 + V3 =9 U2 + V2 =3 U2 + V5 =5 U2 + V6 =5 U3+ V1 =6 U3 + V3 =9 U4 + V1 =6 U4 + V4 =2 U4 + V5 =2 Step 1: Write down a cost matrix only with the cells for which allocations have already been made. Step 2: Let there be a set of numbers Ui associated with each row and Vj associated with each column such that Ui + Vj = cost in cell(I,j) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 9 V1 V2 V3 V4 V5 V6 U1 9 12 9 5 6 9 10 U2 7 3 4 7 7 5 ε 5 2 U3 6 1 5 9 1 11 3 11 U4 6 3 8 11 2 2 2 4 10
  • 10. transportation problem-finding an optimal solution Modified Distribution method(MODI) or U-V method: In this problem considering the allocated cells and putting V1=0: U1 + V3 =9 or U1 + 3 =9 or U1 = 6 (8) U2 + V2 =3 or 9 + V2 =3 or V2 = -6 (9) U2 + V5 =5 or U2 - 4 =5 or U2 = 9 (4) U2 + V6 =5 or 9 + V6 =5 or V6 = -4 (5) U3+ V1 =6 or U3+ 0 =6 or U3 = 6 (6) U3 + V3 =9 or 6 + V3 =9 or V3 =3 (7) U4 + V1 =6 or U4 + 0 =6 or U4 =6 (1) U4 + V4 =2 or 6 + V4 =2 or V4 = -4 (3) U4 + V5 =2 or 6 + V5 =2 or V5 = -4 (2) Step 3: Fill the vacant cells with the sum of Ui and Vj Step 4: Subtract the cell values obtained in the previous step from the original cost matrix. The resultant matrix is called the CELL EVALUATION MATRIX. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 10 V1 =0 V2=-6 V3 =3 V4 =-4 V5 =-4 V6 =-4 U1=6 9 – (6+0)=3 12–(6- 6)=12 9 5 6-(6- 2)=4 9-(6- 4)=7 10-(6- 4)=8 U2=9 7-(9-0)= -2 3 4 7- (9+3)=-5 7-((9- 4)=2 5 ε 5 2 U3=6 6 1 5-(6- 6)=5 9 1 11-(6- 4)=9 3-(6- 4)=1 11-(6- 4)=9 U4=6 6 3 8-(6- 6)=8 11- (6+3)=2 2 2 2 4 10-(6- 4)=8
  • 11. transportation problem-finding an optimal solution Step 5: If any of the cell evaluations is negative, the basic feasible solution is not optimal. Here two cwll evaluations are negative. Step 6: Iterate towards an optimal solution. i. Find the most negative cell evaluation from the cell evaluation matrix. If a tie occurs, choose anyone. ii. Copy the initial feasible solution marking the empty cell with most negative cell evaluation. This cell is called the identified cell. Here cell(2,3) is the identified cell. iii Trace a path beginning with the identified cell passing horizontally and vertically with corners on allocated cells. The path may skip over any number of occupied or vacant cells. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 11 V1 =0 V2=-6 V3 =3 V4 =-4 V5 =-4 V6 =-4 U1=6 9 – (6+0)=3 12–(6- 6)=12 9 5 6-(6- 2)=4 9-(6- 4)=7 10-(6- 4)=8 U2=9 7-(9-0)= -2 3 4 7- (9+3)=-5 7-((9- 4)=2 5 ε 5 2 U3=6 6 1 5-(6- 6)=5 9 1 11-(6- 4)=9 3-(6- 4)=1 11-(6- 4)=9 U4=6 6 3 8-(6- 6)=8 11- (6+3)=2 2 2 2 4 10-(6- 4)=8
  • 12. transportation problem-finding an optimal solution iv. Mark the identified cell as +ve and each occupied cell at the corner as –ve and +ve alternately. v. The smallest allocation in a –ve marked cell is allocated to the identified cell. This allocation is added and subtracted from the corner cells maintaining row and column balance. Step 7: Check for optimality. Repeat steps 3 to 4 till no more cell evaluations are negative. Cell (2,3) has the most negative cell evaluation and hence an allocation in this cell may improve the solution. Let V1 =0 U1 + V3 =9 U2 + V2 =3 U2 + V3 =7 U2 + V6 =5 U3+ V1 =6 U3 + V3 =9 U4 + V1 =6 U4 + V4 =2 U4 + V5 =2 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 12 V1 =0 V2=-6 V3 =3 V4 =-4 V5 =-4 V6 =-4 U1=6 9 12 9 5 6 9 10 U2=9 7 3 4 7 + ε 7 5 ε-ε 5 2 U3=6 6 1+ε 5 9 1-ε 11 3 11 U4=6 6 3-ε 8 11 2 2 2 4+ε 10
  • 13. transportation problem-finding an optimal solution iv. Mark the identified cell as +ve and each occupied cell at the corner as –ve and +ve alternately. v. The smallest allocation in a –ve marked cell is allocated to the identified cell. This allocation is added and subtracted from the corner cells maintaining row and column balance. Step 7: Check for optimality. Repeat steps 3 to 4 till no more cell evaluations are negative. Cell (2,3) has the most negative cell evaluation and hence an allocation in this cell may improve the solution. Putting V1 =0 and solving we get U1 + V3 =9 or U1 + 3 =9 or U1 =9-3=6 (6) U2 + V2 =3 or 4 + V2 =3 or V2 =3 -4=-1 (8) U2 + V3 =7 or U2 + 3 =7 or U2 =7-3=4 (7) U2 + V6 =5 or 4 + V6 =5 or V6 =5-4=1 (9) U3+ V1 =6 or U3+ 0 =6 or U3=6 (1) U3 + V3 =9 or 6 + V3 =9 or V3 =9-6=3 (3) U4 + V1 =6 or U4 + 0 =6 or U4 =6 (2) U4 + V4 =2 or 6 + V4 =2 or V4 =2-6= -4 (4) U4 + V5 =2 or 6 + V5 =2 or V5 =2–6 = -4 (5) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 13 V1 =0 V2=--1 V3 =3 V4 =-4 V5 =-4 V6 = 1 U1=6 9-(6+0) =3 12-(6-1) =7 9 5 6-(6-4) =4 9-(6-4) =7 10-(6+1) =3 U2=4 7-(4+0) =3 3 4 7 ε 7-(4-4) =7 5-(4- 4)=5 5 2 U3=6 6 1+ε 5-(6-1) =0 9 1-ε 11-(6-4) =9 3-(6-4) =1 11-(6+1) =4 U4=6 6 3-ε 8-(6-1) =3 11-(6+3) =2 2 2 2 4+ε 10- (6+1)=3
  • 14. transportation problem-finding an optimal solution  Since no cell evaluations are negative , the solution is optimal.  Neglecting ε the allocations are as shown in the table below Total Cost Z=9X5+3X4+5X2+6X1+9X1+6X3+2X2+2X4= Rs. 112/- 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 14 V1 =0 V2=--1 V3 =3 V4 =-4 V5 =-4 V6 = 1 U1=6 9 12 9 5 6 9 10 U2=4 7 3 4 7 7 5 5 2 U3=6 6 1 5 9 1 11 3 11 U4=6 6 3 8 11 2 2 2 4 10-
  • 15. • Till we meet again in the next class………. PROF. KRISHNA ROY, FMS, BCREC 15 09-11-2021