TP 1315321812 Phpapp02 11090610104236 Phpapp02
TP 1315321812 Phpapp02 11090610104236 Phpapp02
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.
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
Origin
It is the location from which shipments are
dispatched.
Destination
It is the location to which shipments are transported.
Feasible Solution
A solution that satisfies the row and column sum
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
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 ).
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.
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.
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.
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.
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.
converted into minimization transportation problem by subtracting each transportation cost from maximum transportation cost.
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.
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.
following allocations
Prohibited Routes
Sometimes there may be situations, where it is
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
Thank You!