Click or drag to resize

HungarianAlgorithm Class

Finds the optimal assignment of tasks when worker costs for doing each are given.
Inheritance Hierarchy
SystemObject
  Kit.AlgorithmsHungarianAlgorithm

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static class HungarianAlgorithm
Request Example View Source

The HungarianAlgorithm type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindAssignments
Given a matrix of worker costs and tasks, find the optimal allocation of workers such that the total cost is minimized.
Top
Remarks
See Also