Title of The Project Using A Suitable Data Find The Minimum Cost by Applying The Concept of Transportation Problem
Title of The Project Using A Suitable Data Find The Minimum Cost by Applying The Concept of Transportation Problem
Methods to Solve:
To find the initial basic feasible solution there are three methods:
1. NorthWest Corner Cell Method.
2. Least Call Cell Method.
3. Vogel’s Approximation Method (VAM).
Types of Transportation problems:
Balanced: When both supplies and demands are equal then the
problem is said to be a balanced
transportation problem.
Unbalanced: When the supply and demand are not equal then it is
said to be an unbalanced
transportation problem. In this type of problem, either a dummy row or a
dummy column is added
according to the requirement to make it a balanced problem. Then
it can be solved similar to the
balanced problem.
Methods to Solve:
To find the initial basic feasible solution there are three methods:
1. NorthWest Corner Cell Method.
2. Least Call Cell Method.
3. Vogel’s Approximation Method (VAM).
Types of Transportation problems:
Balanced: When both supplies and demands are equal then the
problem is said to be a balanced
transportation problem.
Unbalanced: When the supply and demand are not equal then it is
said to be an unbalanced
transportation problem. In this type of problem, either a dummy row or a
dummy column is added
according to the requirement to make it a balanced problem. Then
it can be solved similar to the
balanced problem.
Methods to Solve:
To find the initial basic feasible solution there are three methods:
1. NorthWest Corner Cell Method.
2. Least Call Cell Method.
3. Vogel’s Approximation Method (VAM).
Types of Transportation problems:
Balanced: When both supplies and demands are equal then the
problem is said to be a balanced
transportation problem.
Unbalanced: When the supply and demand are not equal then it is
said to be an unbalanced
transportation problem. In this type of problem, either a dummy row or a
dummy column is added
according to the requirement to make it a balanced problem. Then
it can be solved similar to the
balanced problem.
Methods to Solve:
To find the initial basic feasible solution there are three methods:
1. NorthWest Corner Cell Method.
2. Least Call Cell Method.
3. Vogel’s Approximation Method (VAM).
Types of Transportation problems:
Balanced: When both supplies and demands are equal then the
problem is said to be a balanced
transportation problem.
Unbalanced: When the supply and demand are not equal then it is
said to be an unbalanced
transportation problem. In this type of problem, either a dummy row or a
dummy column is added
according to the requirement to make it a balanced problem. Then
it can be solved similar to the
balanced problem.
Methods to Solve:
To find the initial basic feasible solution there are three methods:
1. NorthWest Corner Cell Method.
2. Least Call Cell Method.
3. Vogel’s Approximation Method (VAM).
Types of Transportation problems:
Balanced: When both supplies and demands are equal then the
problem is said to be a balanced
transportation problem.
Unbalanced: When the supply and demand are not equal then it is
said to be an unbalanced
transportation problem. In this type of problem, either a dummy row or a
dummy column is added
according to the requirement to make it a balanced problem. Then
it can be solved similar to the
balanced problem.
Types of Transportation problems:
Balanced: When both supplies and demands are equal then the problem is said to be a
balanced transportation problem.
Unbalanced: When the supply and demand are not equal then it is said to be an
unbalanced transportation problem. In this type of problem, either a dummy row or a
dummy column is added according to the requirement to make it a balanced problem.
Then it can be solved similar to the balanced problem.
Methods to Solve:
To find the initial basic feasible solution there are three methods:
1. NorthWest Corner Cell Method.
2. Least Call Cell Method.
3. Vogel’s Approximation Method (VAM).
Basic structure of transportation problem:
Starting at the top-left corner of a cost matrix, also known as the "northwest corner"
Allocating as much as possible to the cells, while ensuring that supply and demand
constraints are met
Moving down or right only after allocating to the cells in the northwest corner
Example-1
1. Find Solution using North-West Corner method
D Supply
D2 D3 D4
1
S1 19 30 50 10 7
S2 70 30 40 60 9
S3 40 8 70 20 18
Demand 5 8 7 14
Solution:
TOTAL number of supply constraints : 3
TOTAL number of demand constraints : 4
Problem Table is
D D Supply
D1 D3
2 4
S1 19 30 50 10 7
S2 70 30 40 60 9
S3 40 8 70 20 18
Demand 5 8 7 14
This meets the complete demand of D1 and leaves 7 - 5=2 units with S1
Move horizontally,
Move vertically,
This meets the complete demand of D2 and leaves 9 - 6=3 units with S2
Move horizontally,
Move vertically,
This meets the complete demand of D3 and leaves 18 - 4=14 units with S3
Move horizontally,
Example-2
2. Find Solution using Least Cost method
Solution:
TOTAL number of supply constraints : 3
TOTAL number of demand constraints : 4
Problem Table is
Vogel's Approximation Method (VAM) is a heuristic method used to find an initial solution
to transportation problems. The goal of VAM is to minimize the total cost. Here are the steps
for using VAM:
1. Identify the two lowest costs in each row and column of the cost matrix.
2. Calculate the absolute difference between the two costs for each row and column.
4. Assign the minimum of the supply and demand to the corresponding cell in the row or
column with the highest penalty.
5. If the assignment in the previous step satisfies the supply at the origin, remove the
corresponding row.
6. Repeat steps 2–5 until the supply at each origin is 0 and the demand at each destination is 0.
VAM is considered a better method than the Northwest Corner method and Least Cost
method. However, if there is a tie between the highest penalty costs for rows and columns, an
arbitrary choice may be made, which could lead to a solution that is far from optimal.
Linear programming is a powerful technique for dealing with resource-allocation prob- lems,
having a similar mathematical formulation. It has become a standard tool of great importance
for numerous business and industrial organizations. Furthermore, almost any social
organization is concerned with similar types of problems in some context, and there is a
not all problems of these types can be formulated to fit a linear program- ming model, even as
violated seriously, it may then be possible to apply another mathe- matical programming