early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/hungarian/vcpkg.json
vendored
Executable file
6
externals/vcpkg/ports/hungarian/vcpkg.json
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "hungarian",
|
||||
"version-string": "v0.1.3",
|
||||
"port-version": 1,
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user