mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
f59ebe9102
* [libhungarian] add port * [hungarian] fix cmake targets
4 lines
316 B
Plaintext
4 lines
316 B
Plaintext
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
|