aboutsummaryrefslogtreecommitdiff
path: root/ports/hungarian/CONTROL
diff options
context:
space:
mode:
Diffstat (limited to 'ports/hungarian/CONTROL')
-rw-r--r--ports/hungarian/CONTROL3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/hungarian/CONTROL b/ports/hungarian/CONTROL
deleted file mode 100644
index 96dd5f799..000000000
--- a/ports/hungarian/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-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