Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b9f45f37
Commit
b9f45f37
authored
Jul 16, 2013
by
Davis King
Browse files
updated docs
parent
df920f76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/docs/optimization.xml
docs/docs/optimization.xml
+2
-1
No files found.
docs/docs/optimization.xml
View file @
b9f45f37
...
@@ -470,7 +470,8 @@ subject to the following constraint:
...
@@ -470,7 +470,8 @@ subject to the following constraint:
<file>
dlib/optimization.h
</file>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/max_cost_assignment_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/optimization/max_cost_assignment_abstract.h
</spec_file>
<description>
<description>
This function is an implementation of the Hungarian algorithm (also know as the Kuhn-Munkres algorithm).
This function is an implementation of the Hungarian algorithm (also know as the Kuhn-Munkres algorithm) which
runs in O(N^3) time.
It solves the optimal assignment problem. For example, suppose you have an equal number of workers
It solves the optimal assignment problem. For example, suppose you have an equal number of workers
and jobs and you need to decide which workers to assign to which jobs. Some workers are better at
and jobs and you need to decide which workers to assign to which jobs. Some workers are better at
certain jobs than others. So you would like to find out how to assign them all to jobs such that
certain jobs than others. So you would like to find out how to assign them all to jobs such that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment