What is the method of solving unbalanced transportation problem?
To balance a transportation problem where supply exceeds demand, a dummy demand column is introduced. This column absorbs the surplus supply, effectively equating total supply and total demand. The demand assigned to this column is the difference between the total supply and total demand.
- What are the four 4 primary methods of security providing computer system protection?
- What forms of payment does Wise accept?
- What are the three methods of solving transportation problems?
- What is an example of acquisition method?
- What is the off peak promo for Grab?
- Is it more expensive to own a car or use public transportation?
Solving Unbalanced Transportation Problems: A Step-by-Step Guide
In transportation problems, it is often encountered that the total supply from origins exceeds the total demand at destinations. This imbalance can hinder the optimal allocation of resources and lead to incorrect solutions. To address this, the concept of dummy demand is employed.
Dummy Demand: A Balancing Act
A dummy demand column is a fictitious destination that absorbs the excess supply. By assigning demand to this column, we effectively balance the total supply and total demand, allowing us to solve the transportation problem using standard techniques. The demand assigned to the dummy column is the difference between the total supply and total demand.
Step-by-Step Solution
To solve an unbalanced transportation problem, follow these steps:
-
Calculate the Excess Supply: Determine the difference between the total supply and total demand.
-
Create a Dummy Demand Column: Add a dummy column to the destination table.
-
Assign Demand to Dummy Column: Set the demand in the dummy column equal to the excess supply calculated in Step 1.
-
Solve the Transportation Problem: Use any standard transportation algorithm (e.g., Vogel’s Approximation Method, North-West Corner Method) to find an initial feasible solution.
-
Adjust for Dummy Demand: The optimal solution obtained may include shipments to the dummy column. Remove these shipments from the solution.
-
Recalculate Optimal Solution: Use the remaining shipments to calculate a new optimal solution. This solution represents the optimal distribution of resources without any surplus or shortage.
Example
Consider an unbalanced transportation problem with the following data:
Source | Supply | Destination 1 | Destination 2 |
---|---|---|---|
S1 | 50 | 20 | 30 |
S2 | 30 | 15 | 25 |
Total Supply: 80
Total Demand: 60
Excess Supply: 80 – 60 = 20
We create a dummy demand column with a demand of 20. The adjusted demand table becomes:
Source | Supply | Destination 1 | Destination 2 | Dummy Demand |
---|---|---|---|---|
S1 | 50 | 20 | 30 | 0 |
S2 | 30 | 15 | 25 | 20 |
Solving the transportation problem using Vogel’s Approximation Method, we obtain the optimal solution:
Source | Destination 1 | Destination 2 | Dummy Demand |
---|---|---|---|
S1 | 15 | 35 | 0 |
S2 | 0 | 25 | 20 |
Adjusting for dummy demand, we remove the shipments to the dummy column, resulting in the final optimal solution:
Source | Destination 1 | Destination 2 |
---|---|---|
S1 | 15 | 35 |
S2 | 0 | 25 |
Conclusion
Using dummy demand is an effective method for solving unbalanced transportation problems. By balancing the total supply and total demand, we can obtain an optimal solution that allocates resources efficiently and prevents any surpluses or shortages. This technique is applicable in various real-world scenarios, such as production planning, inventory management, and distribution logistics.
#Methods#Transportation#UnbalancedFeedback on answer:
Thank you for your feedback! Your feedback is important to help us improve our answers in the future.