Transportation Problem and Assignment Problem
Transportation Problem and Assignment Problem
Transportation
Problem
Solution
Thank you
Example
Transshipment model
The transshipment model is allowing the transported units from all sources to potentially pass
through intermediate or transient points before ultimately reaching their designated
destinations.
A method to the transshipment model is combination of transportation algorithm and the
shortest path algorithm.
3 4 5 6 7
1 3 4 M M M
2 2 5 M M M
3 0 7 8 6 M
4 M 0 M 4 9
5 M M 0 5 M
6 M M M 0 3
Thank you