blob: 96dd5f7991be108521513c3fbe2bf0b6aaf167ce (
plain)
1
2
3
|
Source: hungarian
Version: v0.1.3
Description: C-implementation of the Hungarian Method: finding the optimal assignment (assigning a set of jobs to a set of machines) in O(n^3), where n=max{#jobs, #machines}. The implementation is a sligntly enhanced version of the implementation provided by the Stanford GraphBase
|