Cha-3 OR
Cha-3 OR
Amanuel E.
Transportation Model
The transportation problem is one of the subclasses of
linear programming problem where the objective is to
transport various quantities of a single homogeneous
product that are initially stored at various origins, to
different destinations in such a way that the total
transportation is minimum.
The transportation method is similar in certain respects
to the simplex technique because both involve an initial
feasible solution that is evaluated to determine if it can be
improved.
Moreover, both involve displaying initial and improved
solutions in a series of tableaus or tables.
Assumptions
3. Identify the cell with the lowest cost from the remaining
cells.
Allocate a quantity to this cell that is equal to the lower of the
available supply of the row and the demand for the column.
4. Repeat steps (ii) and (iii) until all supply and demand have
been exhausted.
Assignment Model
Introduction
The assignment problem refers to the class of LP problems
that involve determining the most efficient assignment of
resources to tasks
Allocating one person to one job and minimizing the time
or cost of problem is solved by ASSIGNMENT MODEL.
The objective is most often to minimize total costs or total
time to perform the tasks at hand.
Assumptions
1. Number of jobs equal to number of machines or persons.
2. Each man or machine is loaded with one and only one job.
3. Each man or machine is independently capable of handling
any of the jobs being presented.
4. Loading criteria must be clearly specified such as “
minimizing operating time or “ minimizing production cost”
or minimizing production cycle time e.t.c.
Hungarian Method
• The Hungarian method is an efficient method of finding the
optimal solution to an assignment problem without having to
make direct comparisons of every option
• It operates on the principle of matrix reduction
• By subtracting and adding appropriate numbers in the cost
table or matrix, we can reduce the problem to a matrix of
opportunity costs
• Opportunity costs show the relative penalty associated with
assigning any person to a project as opposed to making the
best assignment
• We want to make assignment so that the opportunity cost
for each assignment is zero
Steps…..