diff options
Diffstat (limited to 'vcpkg/ports/hungarian/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/hungarian/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/hungarian/vcpkg.json b/vcpkg/ports/hungarian/vcpkg.json new file mode 100644 index 0000000..9021ac2 --- /dev/null +++ b/vcpkg/ports/hungarian/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "hungarian", + "version": "0.1.3", + "port-version": 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", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |