North-west corner method

from Wikipedia, the free encyclopedia

The north-west corner method is a heuristic method from Operations Research , which is intended to provide a valid initial solution for the transport problem. The optimization algorithm of the transport problem starts from this solution.

algorithm

Starting from the top left corner of the matrix, one looks to see whether a capacity can be exhausted or a need satisfied in the current field.

When the requirements of this line are met, look in the downward column for the next field in which one of the two criteria can be met. If the capacity of the column has been exhausted, you continue to search in the row. If both are fully occupied, then you move one field diagonally to the bottom right.

Efficiency

The north-west corner method provides a starting table that often requires many more iterations of the solution algorithm until the optimal solution is found.

example

The procedure is shown using the example in the article on the transportation problem. The basis is the system of equations

There are two offers A 1 and A 2 and three requests for applications B 1 , B 2 and B 3 . Here x ij denotes the set delivered from i to j. The system of equations can be summarized in a table as

For the north-west corner solution, as much as possible is now first packed into the north-west corner. So A 1 delivers 15 units to B 1 . A 1 still has one unit left, which is delivered to B 2 . The remaining requirement of B 2 covers A 2 with 4 units. A 2 has 10 units left, which go to B 3 . One now receives

A valid basic solution was achieved through the initial solution. The variables with positive quantities are the basic variables, variables with zero are non-basic variables. You can see that when you write down the above system of equations as a tableau:

If the vectors under x 11 , x 12 , x 22 and x 23 are transformed into base vectors, the result is the tableau

which reproduces the north-west corner solution.

literature

  • Gert Heinrich : Operations Research , Oldenbourg, 2nd edition, pp. 59-61. web
  • Bodo Runzheimer: Operations Research 1: Linear planning calculation and network planning technology , pp. 96–98. web