What is it about?

Using the "Hungarian Method" of solving the standard Assignment Problem, there can be a glitch in program codes when there are more than one remaining zero to be chosen. The article explains how to make that choice to ensure the algorithm works properly.

Featured Image

Why is it important?

Many programs have hidden the coding of the algorithm's procedure, and there are data cases when the algorithm should work but will not if the code does not check properly for ties to choose from several zeros in the routine if the code is for the Hungarian algorithm (Maximal cover using lines).

Perspectives

When this article was written, spreadsheets have just be developed and using a simple LP layout now solves this problem without resorting to the elegant Hungarian algorithm.

Dr. Rick Hesse
Lincoln Memorial University

Read the Original

This page is a summary of: Two False Endings to the Modified Assignment Problem: A Solution, INFORMS Journal on Applied Analytics, August 1982, INFORMS,
DOI: 10.1287/inte.12.4.69.
You can read the full text:

Read

Contributors

The following have contributed to this page