Week 5 / Transportation Flashcards
Transportation Problem
The transportation problem involves finding the lowest-cost routes to transport products from sources of production to different destinations.
The transportation problem involves determining a minimum-cost plan for transporting a product from multiple sources to multiple destinations
3 Parts to the Transportation Problem
1) List of destinations and their demand
2) Unit cost of transporting items
3) List of sources and their supply quantity
If you have all three of these you have the required information for formulating transportation
Traditional Transportation Problems
- Travelling salesman problem (TSP)
- Automated guided vehicle (AGP)
- Vehicle routing problem (VRP)
Travelling salesman problem (TSP)
Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?
-One of the hardest problems in the world of commuting
-If there is 10 cities to visit, you have 10 factorial of options
-
Automated guided vehicle (AGV)
Using automated vehicles to find the shortest distance for the shortest possible route.
Each block has a connection to the entire loop
Example: Cleveland hospital video
Vehicle routing problem (VRP)
Having a primary hub (aka supplier) and having multiple routes
Between each trips the vehicles can refuel
Modern Transportation Problems
- Smart City
- Sharing Economy
- Last Mile Delivery
Optimization 3 main components
- Minimization of cost/ Maximization of profit
- Based on decisions: developing new product
- Subject to constraints: budget, time, quality
Transportation Model
Special case of linear programming
Decisions Variables for Transportation Model
= quantities to be transported Xij
i = index for Factory j = index for demand / customer
Objective function for Transportation model
= sum of [cell costs Cij X decision variables xij]
Supply constraint for Transportation model
Capacity of each source cannot be exceeded (< greater or equal to)
Demand constraint for Transportation model
demand must be met (=)
Transportation Model Assumptions
1) Items to be shipped are homogeneous (no difference between items)
2) Transportation cost per unit does not vary by volume (no increases in the cost of transportation)
3) Only one route between each origin and each destination
Transportation Types
- 90% of transportation is seas transportation, aka cargo ships, freight transportation
- Then the next is air transportation
- Then by truck