aboutsummaryrefslogtreecommitdiff
path: root/ports/hungarian/vcpkg.json
blob: 3d74f6cde35d7bafd839acfe86d0e1a90d9844c4 (plain)
1
2
3
4
5
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"
}