OR SCE Final
OR SCE Final
OR SCE Final
Technology,Pune
OPERATION RESEARCH
SCE PRESENTATION
TRANSPORTATION MODEL
GROUP MEMBERS
NAME ROLL NO. GR NO.
SIDDHANT MORE 351059 22020030
ADITYA DOMBALE 351063 22020095
JEEVAN PAWAR 351064 22020107
ANIKET RAJPUT 351065 22020152
INTRODUCTION
Transportation Model is a special case of LPP(Linear Programming
Problem) in which the main objective is to transport a product from
various sources to various destinations at total minimum cost.
In Transportation Models, the sources and destinations are known, the
supply and demand at each source and destinations are also known.
It is designed to find the best arrangement for transportation such that the
transportation cost is minimum.
EXAMPLE
Consider three companies (Company1, Company2 and Company3) which
produce mobile phones and are located in different regions.
Similarly, consider three cities (namely CityA, CityB & CityC) where the
mobile phones are transported.
The companies where mobile phones are available are known as sources and
the cities where mobile phones are transported are called destinations.
Let, Company1 produces a1 units, Let, demand in CityA is b1 units,
Company2 produces a2 units, demand in CityB is b2 units,
demand in CityC is b3 units.
Company3 produces a3 units.
The cost of transportation from each source to destination is given in table
The transportation of mobile phones should be done in such a way that the total
transportation cost is minimum.
TYPES
There are two types of transportation problems:
i) Balanced transportation problem:
The sum of supply and sum of demand are same.
Σ Supply=Σ Demand
Projects
1 2 3 Supply
A 5 1 9 300
Warehouse B 4 2 8 600
C 8 7 2 600
Demand 150 450 900
transportation model.py
Projects
1 2 3 Supply
A 5 1 300 9 300
C 8 7 2 600 600
THANK YOU