Row-column succession

from Wikipedia, the free encyclopedia

The row-column succession is a heuristic method from Operations Research that provides a valid initial solution for the transport problem. The optimization algorithm of the transport problem starts from this solution. The costs are already taken into account when calculating the initial ( basic solution ).

algorithm

The algorithm begins by occupying the most cost-effective element of the transport cost matrix to the maximum. In the matrix, the supply is shown in the far right column and the demand in the bottom row. If, after selecting the first element, the line still has an excess supply, the next cheapest element in the line is selected. If the column still has a demand excess, then the next cheapest element in the column is used. This continues until there is no more excess.

Examples

The cost of the initial solution is.

Since after step 4 there are two items available with the same transportation costs, there are two solutions.

The cost of the initial solution is

.

Disadvantage of this procedure

At first there is still a very high degree of freedom. Allocations are possible for an assignment . However, this degree of freedom is restricted very quickly, so that in the end very unfavorable assignments have to be accepted because restrictions have already been fulfilled.

literature

  • Heiner Müller-Merbach: Operations Research: Methods and Models of Optimal Planning , 1971, Franz Vahlen, p. 310.