What is the method of solving unbalanced transportation problem?
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.
- Why is it difficult for Vietnamese students to speak English as exactly and fluently as native English speakers?
- Can I leave the airport during a 12 hour layover?
- What can I do if I haven t received my international wire transfer?
- Does acceptance rate affect Uber account?
- What happens if your acceptance rate is too low with Uber?
- Can Uber deactivate your account for low rating?
- What is the correct way to use a wrist rest?
- What is the best way to get from Phuket to Phi Phi?
- How long does it take for a wire transfer to be confirmed?
- Is there a payment limit on Apple Pay?
Feedback on answer:
Thank you for your feedback! Your input is very important in helping us improve answers in the future.