Vogel’s Approximation Method

Vogel’s Approximation Method (VAM) is one of the methods used to calculate the initial basic feasible solution to a transportation problem. However, VAM is an iterative procedure such that in each step, we should find the penalties for each available row and column by taking the least cost and second least cost. In this article, you will learn how to find the initial basic feasible solution to a transportation problem such that the total cost is minimized.

​​Vogel’s Approximation Method Steps

Below are the steps involved in Voge’s approximation method of finding the feasible solution to a transportation problem.

Step 1: Identify the two lowest costs in each row and column of the given cost matrix and then write the absolute row and column difference. These differences are called penalties.

Step 2: Identify the row or column with the maximum penalty and assign the corresponding cell’s min(supply, demand). If two or more columns or rows have the same maximum penalty, then we can choose one among them as per our convenience.

Step 3: If the assignment in the previous satisfies the supply at the origin, delete the corresponding row. If it satisfies the demand at that destination, delete the corresponding column.

Step 4: Stop the procedure if supply at each origin is 0, i.e., every supply is exhausted, and demand at each destination is 0, i.e., every demand is satisfying. If not, repeat the above steps, i.e., from step 1.

Read more:

The above procedure can be understood in a better way with the help of a solved example given below.

Vogel’s Approximation Method Solved Example

Question:

Solve the given transportation problem using Vogel’s approximation method.

Vogel's approximation method

Solution:

For the given cost matrix,

Total supply = 50 + 60 + 25 = 135

Total demand = 60 + 40 + 20 + 25 = 135

Thus, the given problem is balanced transportation problem.

Now, we can apply the Vogel’s approximation method to minimize the total cost of transportation.

Step 1: Identify the least and second least cost in each row and column and then write the corresponding absolute differences of these values. For example, in the first row, 2 and 3 are the least and second least values, their absolute difference is 1.

Vogel's Approximation Method 1

These row and column differences are called penalties.

Step 2: Now, identify the maximum penalty and choose the least value in that corresponding row or column. Then, assign the min(supply, demand).

Here, the maximum penalty is 3 and the least value in the corresponding column is 2. For this cell, min(supply, demand) = min(50, 40) = 40

Allocate 40 in that cell and strike the corresponding column since in this case demand will be satisfied, i.e., 40 – 40 = 0.

Vogel's Approximation Method 2

Step 3: Now, find the absolute row and column differences for the remaining rows and columns. Then repeat step 2.

Here, the maximum penalty is 3 and the least cost in that corresponding row is 3. Also, the min(supply, demand) = min(10, 60) = 10

Thus, allocate 10 for that cell and write down the new supply and demand for the corresponding row and column.

Supply = 10 – 10 = 0

Demand = 60 – 10 = 50

As supply is 0, strike the corresponding row.

Vogel's Approximation Method 3

Step 4: Repeat the above step, i.e., step 3. This will give the below result.

Vogel's Approximation Method 4

In this step, the second column vanishes and the min(supply, demand) = min(25, 50) = 25 is assigned for the cell with value 2.

Step 5: Again repeat step 3, as we did for the previous step.

Vogel's Approximation Method 5

In this case, we got 7 as the maximum penalty and 7 as the least cost of the corresponding column.

Step 6: Now, again repeat step 3 by calculating the absolute differences for the remaining rows and columns.

Vogel's Approximation Method 6

Step 7: In the previous step, except for one cell, every row and column vanishes. Now, allocate the remaining supply or demand value for that corresponding cell.

Vogel's Approximation Method 7

Total cost = (10 × 3) + (25 × 7) + (25 × 2) + (40 × 2) + (20 × 2) + (15 × 3)

= 30 + 175 + 50 + 80 + 40 + 45

= 420

Vogel’s Approximation Method Problems

1. Consider the transportation problem given below. Solve this problem by Vogel’s approximation method.

Origin

Destination

Supply

D1

D2

D3

D4

O1

3

1

7

4

300

O2

2

6

5

9

400

O3

8

3

3

2

500

Demand

250

350

400

200

2. Find the solution for the following transportation problem using VAM.

From

To

Supply

D1

D2

D3

A1

6

8

10

150

A2

7

11

11

175

A3

4

5

12

275

Demand

200

100

350

3. Use Vogel’s Approximation Method to find a basic feasible solution for the following.

Sources

Destinations

Supply

D1

D2

D3

S1

4

5

1

40

S2

3

4

3

60

S3

6

2

8

70

Demand

70

40

60

To learn various methods of solving transportation problems using the stepwise procedure, visit byjus.com today!

Frequently Asked Questions on Vogel’s Approximation Method

Q1

What do you mean by Vogel’s approximation method?

Vogel’s approximation method, i.e., VAM, is one of the methods to find the initial feasible solution to a transportation problem.

Q2

Why is the VAM method best?

VAM (Vogel’s Approximation Method) is the best method of computing the initial basic feasible solution to a transportation problem. As it provided better results when compared with other methods.

Q3

What is a penalty in Vogel’s approximation method?

In Vogel’s approximation method, a penalty is an absolute difference between the least and second least values in a row or column.

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*