Skip to main content

The Intuitive Lowest Cost Method

The Intuitive Lowest Cost Method Or The Minimum Cell Cost Method

The Intuitive Lowest Cost Method is a cost based approach to finding an initial solution to a transportation problem.
It makes allocations starting with the lowest shipping costs and moving in ascending order to satisfy the demands and supplies of all sources and destinations.

This straightforward approach uses the following steps.
  1. Identify the cell with the lowest cost.
  2. Allocate as many units as possible to that cell without exceeding the supply or demand.
  3. Then cross out the row or column or both that is exhausted by the above assignment.
  4. Move on to the next lowest cost cell and allocate the remaining units.
  5. Repeat the above steps as long as all the demands and supplies are not satisfied. 

When we use the Intuitive Approach to the Bengal Plumbing problem, we obtain the solution as below.

Transportation Matrix for Bengal Plumbing
From \ To
Warehouse E
Warehouse F
Warehouse G
Factory Capacity
Plant A
Rs.50

Rs.40
 100
Rs.30
100
Plant B
Rs.80
200
Rs.40
 100
Rs.30
300
Plant C
300
Rs.90
Rs.70
Rs.50
300
Warehouse Requirement
300
200
200
700









We will take following steps to arrive at an initial solution.
  1. Assign 100 units from Plant (A) to Warehouse (G), as it has the lowest shipping cost of Rs.30, exhausting Plant (A)'s supply.
  2. Assign the remaining 100 units to Warehouse (G) from Plant (B), as now it has the lowest shipping cost of Rs.30, exhausting Warehouse (G)'s demand.
  3. Move on the next lowest cost cell, Assign 200 units from Plant (B) to Warehouse (F), exhausting Plant (B)'s supply and Warehouse (F)'s demand.
  4. Finally enter 300 units in the only remaining cell to complete the allocations and satisfying the supply and demand of Plant (C) and Warehouse (E).
The total computed shipping cost according to the Minimum Cell Cost Method.

Transportation Route Selection based on Minimum Cell Cost Method
From
To
Units Shipped
Cost per unit
Total Cost
Plant A
Warehouse G
100
Rs.30
Rs.3000
Plant B
Warehouse G
100
Rs.30
Rs.3000
Plant B
Warehouse F
200
Rs.40
Rs.8000
Plant C
Warehouse E
300
Rs.90
Rs.27000
Total Shipping Cost
Rs.41000

The total cost of this initial solution is Rs.41000.00 as compared with a total cost of Rs.42000.00 by the Northwest Corner Rule.
It is not a coincidence that a lower total cost is derived, using the Minimum Cell Cost Method, it is a logical occurrence.
The Northwest Corner Rule does not consider costs at all while making allocations, while Minimum Cell Cost method does.
This initial solution is closer to the optimal solution and requires fewer subsequent iterations.

Both the Northwest Corner and the Intuitive Lowest Cost approaches are meant only to provide us with a starting point, we often have to employ an additional procedure to reach an optimal solution.

Comments

  1. The explanation of LCM method is great liked the way it is told along with calculations

    ReplyDelete

Post a Comment

Popular posts from this blog

The Stepping Stone Method

The Stepping Stone Method Once an initial feasible solution to a transportation problem is determined by any of the previous methods, the next step is to solve the model for the optimal solution. The Stepping Stone Method is an iterative technique used to evaluate the cost effectiveness of  the shipping routes not currently in the solution. When applying it, we test each unused cell, or square, in the transportation table by asking : What would happen to the total shipping cost if one unit of product was tentatively shipped to an unused route? To illustrate the same, let us look at the initial solution of the Bengal Plumbing Problem derived by the Northwest Corner Rule. Transportation Matrix for Bengal Plumbing From \ To Warehouse E Warehouse F Warehouse G Factory Capacity Plant A 100 Rs. 5 0 Rs. 4 0 Rs. 3 0 100 Plant B 200 Rs. 8 0 100 Rs. 4 0 Rs. 3 0 300 Plant C Rs. 9 0 100 Rs. 7 0 200 Rs. 5 0 300 Ware...

Modified Distribution (MODI) Method

Modified Distribution (MODI) Method The MODI method is another way of evaluating the initial solution of a transportation problem and finding a more optimal solution with much less iterations compared to the Stepping Stones method. It allows us to compute improvement indices much quickly for each unused square without drawing all of the closed paths. MODI provides new means of finding the unused route with the largest negative improvement index. Once the largest index is identified, we are required to trace only one closed path. We can then decide the maximum number of units that can be shipped along that unused route. We begin with an initial solution obtained by the Northwest Corner Rule. Transportation Matrix for Bengal Plumbing From \ To Warehouse E Warehouse F Warehouse G Factory Capacity Plant A 100 Rs.50 Rs.40 Rs.30 100 Plant B ...