0% found this document useful (0 votes)
70 views32 pages

TP 1315321812 Phpapp02 11090610104236 Phpapp02

The document discusses the transportation problem, which is a type of linear programming problem where the objective is to minimize the cost of distributing products from sources to destinations. It provides an example problem with 3 factories and 4 warehouses. The problem can be formulated mathematically. It defines key terms like origin, destination, unit transportation cost, and feasible and optimal solutions. It also describes methods for finding an initial basic feasible solution, including the Northwest Corner Rule, Matrix Minimum Method, and Vogel Approximation Method. The document discusses how to handle maximization problems, unbalanced problems, and prohibited routes.

Uploaded by

rajumaru
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views32 pages

TP 1315321812 Phpapp02 11090610104236 Phpapp02

The document discusses the transportation problem, which is a type of linear programming problem where the objective is to minimize the cost of distributing products from sources to destinations. It provides an example problem with 3 factories and 4 warehouses. The problem can be formulated mathematically. It defines key terms like origin, destination, unit transportation cost, and feasible and optimal solutions. It also describes methods for finding an initial basic feasible solution, including the Northwest Corner Rule, Matrix Minimum Method, and Vogel Approximation Method. The document discusses how to handle maximization problems, unbalanced problems, and prohibited routes.

Uploaded by

rajumaru
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 32

Mahesh Maru

The transportation problem is a special type of

linear programming problem, where the objective is to minimize the cost of distributing a product from a number of sources to a number of destinations.

Example
firm has 3 factories - A, E, and K. There are four

major warehouses situated at B, C, D, and M. Average daily product at A, E, K is 30, 40, and 50 units respectively. The average daily requirement of this product at B, C, D, and M is 35, 28, 32, 25 units respectively.

The problem can be formulated mathematically in the linear

programming form as Minimize = 6x11 + 8x12 + 8x13 + 5x14 + 5x21 + 11x22 + 9x23 + 7x24 + 8x31 + 9x32 + 7x33 + 13x34 subject to Capacity constraints x11 + x12 + x13 + x14 = 30 x21 + x22 + x23 + x24 = 40 x31 + x32 + x33 + x34 = 50 Requirement constraints x11 + x21 + x31 = 35 x12 + x22 + x32 = 28 x13 + x23 + x33 = 32 x14 + x24 + x34 = 25 xij 0

For a feasible solution to exist, it is necessary that

total capacity equals total requirements. Total supply = total demand.


If total supply = total demand then it is a balanced

transportation problem. There will be (m + n 1) basic independent variables out of (m x n) variables.

Origin
It is the location from which shipments are

dispatched.
Destination
It is the location to which shipments are transported.

Unit Transportation cost


It is the cost of transporting one unit of the

consignment from an origin to a destination.


Feasible Solution
Basic Feasible Solution Optimal Solution

Feasible Solution
A solution that satisfies the row and column sum

restrictions and also the non-negativity restrictions is a feasible solution.


Basic Feasible Solution
A feasible solution of (m X n) transportation problem

is said to be basic feasible solution, when the total number of allocations is equal to (m + n 1).
Optimal Solution
A feasible solution is said to be optimal solution

when the total transportation cost will be the minimum cost.

Methods for finding an initial basic feasible solution:


North West Corner Rule Matrix Minimum Method Vogel Approximation Method

North West Corner Rule


The North West corner rule is a method for

computing a basic feasible solution of a transportation problem, where the basic variables are selected from the North West corner ( i.e., top left corner ).

Steps : North West Corner Rule


1.

2. 3. 4. 5.

6.

Select the north west (upper left-hand) corner cell of the transportation table and allocate as many units as possible equal to the minimum between available supply and demand, i.e., min(s1, d1). Adjust the supply and demand numbers in the respective rows and columns. If the demand for the first cell is satisfied, then move horizontally to the next cell in the second column. If the supply for the first row is exhausted, then move down to the first cell in the second row. If for any cell, supply equals demand, then the next allocation can be made in cell either in the next row or column. Continue the process until all supply and demand values are exhausted.

Matrix Minimum Method


Matrix minimum (Least cost) method is a method

for computing a basic feasible solution of a transportation problem, where the basic variables are chosen according to the unit cost of transportation. This method is very useful because it reduces the computation and the time required to determine the optimal solution. The following steps summarize the approach.

Steps : Matrix Minimum Method


1.

Identify the box having minimum unit transportation cost

If the minimum cost is not unique, then you are arbitrary to choose any cell. 3. Choose the value of the corresponding as much as possible subject to the capacity and requirement constraints. 4. Repeat steps 1-3 until all restrictions are satisfied.
2.

Vogel Approximation Method


The Vogel approximation (Unit penalty) method is

an iterative procedure for computing a basic feasible solution of a transportation problem. This method is preferred over the two methods discussed in the previous sections, because the initial basic feasible solution obtained by this method is either optimal or very close to the optimal solution.

Steps Vogel Approximation Method


1.

2.

3.

4.

5.

Identify the boxes having minimum and next to minimum transportation cost in each row and write the difference (penalty) along the side of the table against the corresponding row. Identify the boxes having minimum and next to minimum transportation cost in each column and write the difference (penalty) against the corresponding column Identify the maximum penalty. If it is along the side of the table, make maximum allotment to the box having minimum cost of transportation in that row. If it is below the table, make maximum allotment to the box having minimum cost of transportation in that column. If the penalties corresponding to two or more rows or columns are equal, you are at liberty to break the tie arbitrarily. Repeat the above steps until all restrictions are satisfied.

Maximization In A Transportation Problem


Solution. Maximization transportation problem can be

converted into minimization transportation problem by subtracting each transportation cost from maximum transportation cost.

Maximization In A Transportation Problem


Surya Roshni Ltd. has three factories - X, Y, and

Z. It supplies goods to four dealers spread all over the country. The production capacities of these factories are 200, 500 and 300 per month respectively. Determine a suitable allocation to maximize the total net return.

Unbalanced Transportation Problem


Certain situations, the total supply is not equal to

the total demand. Thus, the transportation problem with unequal supply and demand is said to be unbalanced transportation problem.

Solution:

If the total supply is more than the total demand, we introduce an additional column, which will indicate the surplus supply with transportation cost zero. 2. Similarly, if the total demand is more than the total supply, an additional row is introduced in the table, which represents unsatisfied demand with transportation cost zero. The balancing of an unbalanced transportation problem is illustrated in the following example
1.

Using matrix minimum method, we get the

following allocations

Prohibited Routes
Sometimes there may be situations, where it is

not possible to use certain routes in a transportation problem.


For example, road construction, bad road

conditions, strike, unexpected floods, local traffic rules, etc. We can handle such type of problems in different ways:
A very large cost represented by M or is

assigned to each of such routes, which are not available.

Thank You!

You might also like