Transportation Problem: Mathematical Model Transportation Tableau
Transportation Problem: Mathematical Model Transportation Tableau
Table-3
Table-4"Least
- Cost Assignment"
Table-5
"VAM Assignment"
Table-7 "Alternate Optimal Matrix for the Chest Transportation Problem, With Minimum
Transportation Cost of $1,000.
Degeneracy
Degeneracy exists in a transportation problem when the number of filled
cells is less than the number of rows plus the number of columns minus
one (m + n - 1). Degeneracy may be observed either during the initial
allocation when the first entry in a row or column satisfies both the row
and column requirements or during the Stepping stone method
application, when the added and subtracted values are equal. Degeneracy
requires some adjustment in the matrix to evaluate the solution achieved.
The form of this adjustment involves inserting some value in an empty cell
so a closed path can be developed to evaluate other empty cells. This
value may be thought of as an infinitely small amount, having no direct
bearing on the cost of the solution.
Procedurally, the value (often denoted by the Greek letter epsilon, - ) is
used in exactly the same manner as a real number except that it may
initially be placed in any empty cell, even though row and column
requirements have been met by real numbers. A degenerate
transportation problem showing a Northwest Corner initial allocation is
presented in Table-8, where we can see that if were not assigned to the
matrix, it would be impossible to evaluate several cells.
Once a has been inserted into the solution, it remains there until it is
removed by subtraction or until a final solution is reached.
While the choice of where to put an
is arbitrary, it saves time if it is
placed where it may be used to evaluate as many cells as possible without
being shifted.
Prague 9 000
Warsaw 12 000
Budapest 9 000
Corporation A has three plants that can produce the motors. The plants
and production capacities are
Hamburg 8 000
Munich 7 000
Leipzig 10 000
Dresden 5 000
Due to varying production and transportation costs, the profit earns on
each motor depends on where they were produced and where they were
shipped. The following transportation table (Table-9) gives the accounting
department estimates of the euro profit per unit (motor).
Picture-1 "Transshipment
in the Form of a Network
Example
Model"
Table-12 shows the cost of training for each assignment of a user group (A
through E) to a software type (S1 through S5). Picture-2 is a network
model of this problem.
A balanced assignment problem has the same number of people and
tasks. For a balanced assignment problem, the relationships are all equal.
Each person must do a task. For an unbalanced assignment problem with
more people than tasks, some people don't have to do a task and the first
class of constraints is of the type. In general, the simplex method does
not guarantee that the optimal values of the decision variables are
integers. Fortunately, for the assignment model, all of the corner point
solutions have integer values for all of the variables. Therefore, when the
simplex method determines the optimal corner point, all of the variable
values are integers and the constraints require that the integers be either
1 or 0 (Boolean).
Table-13 The Computer Users Assignment Problem in the Transportation Table Format
7.9 Conclusion
The transportation problem is only a special topic of the linear
programming problems. It would be a rare instance when a linear
programming problem would actually be solved by hand. There are too
many computers around and too many LP software programs to justify
spending time for manual solution.( There are also programs that assist in
the construction of the LP or TP model itself. Probably the best known is
GAMSGeneral Algebraic Modeling System (GAMS-General, San
Francisco, CA). This provides a high-level language for easy representation
of complex problems.)