struktúraválasztásának
Struktúraválasztásának is known as the Hungarian method or Kuhn-Munkres algorithm, is an algorithm that solves the assignment problem in polynomial time. This problem involves finding a maximum weight matching in a weighted bipartite graph, where the goal is to assign tasks to agents in such a way that the total cost is minimized or the total weight is maximized.
The algorithm was developed independently by Harold Kuhn in 1955 and James Munkres in 1957. It is
The Hungarian method operates by iteratively reducing the problem size through a series of steps that adjust
The Hungarian method has a time complexity of O(n^3), where n is the number of tasks or