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 or origins to a number of destinations. It is also sometimes called as Hitchcock problem.
Destinations
Total no. of cells = m × n
Total no. of feasible allocations = m + n – 1
Total no. of alternate solutions = nCm
The aim of transportation problem is to reduce the cost of transporting commodities from different suppliers to different destinations.
Mathematically, Minimize,
Subject to the constraints
Xij ≥ 0(for all i and j
A necessary and sufficient condition for the existence of a feasible solution to the general transportation problem is that
Total supply = Total demand
The number of basic variables of the general transportation problem at any stage of feasible solution must be (m + n – 1). Now degenerate basic feasible solution (a feasible solution) involving exactly (m + n – 1) positive variables is known as non-degenerate basic feasible solution. Otherwise it is said to be degenerate basic feasible. These allocations should be independent positions in case of non-degenerate basic feasible solutions.
Key Points
1. North-west corner Rule
2. Row-minima method
3. Column minima method
4. Least cost method or Method of matrix minima
5. Vogel’s Approximation method (VAM) or Unit cost penalty
6. Test for Optimality in Transportation Problems
The assignment problem is a special case of the transportation problem in which the objective is to assign a number of resources to the equal number of activities at a minimum cost (or maximum profit).
Assignment, problem is complete degenerate form of transportation problem. That means exactly one occupied cell in each row and each column of the transportation table i.e., only n occupied cells in place of the required (n + n - 1) = (2n - 1)
m = n
xij = 0 or 1
all ai = 1
all bj = 1
The Hungarian method of assignment provides us with an efficient method of finding the optimal solution without having to make a-direct comparison of every solution. It works on the principle of reducing the given cost matrix to a matrix of opportunity costs.
Opportunity cost show the relative penalties associated with assigning resources to an activity as opposed to making the best or least cost assignment. If we can reduce the cost matrix to the extent of having at least one zero in each row and column, it will be possible to make optimal assignment.
The Hungarian method can be summarized in the following steps:
30 videos|40 docs|30 tests
|
|
Explore Courses for Mechanical Engineering exam
|