Assignment problem: Hungarian method 1

Aus Operations-Research-Wiki
Version vom 21. Juni 2013, 21:51 Uhr von Westendo (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „'''Assignment problem: Hungarian Method''' ---- '''Introduction''' The Hungarian Method is an algorithm developed by Harold Kuhn to solve assignment problem…“)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Wechseln zu: Navigation, Suche

Assignment problem: Hungarian Method


Introduction

The Hungarian Method is an algorithm developed by Harold Kuhn to solve assignment problems in polynomial time. The assignment problem is a special case of the transportation problem in which the number of provider and consumer are equal and supply (ai) and demand (bj) amounts are defined as 1.

Typical examples of assignment problems are:


- Auction Model: A number of goods has to be evenly distrubuted to an equal number of customer. Every customer has its own price idea on the good he is interested. Gial is to maximize the all-round price.


- Job Problem: A number of work assignments has to be distributed to an equally number of workers or machines. The evaluation will be the qualification of a worker or the costs to assign the order to a machine.


- Marriage Problem: A father wants to minimize his marriage gift and wants to maximize the sympathy of his daughters to the men.