Skip to content

Commit

Permalink
Update hungarian.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
phoemur authored Dec 11, 2018
1 parent a86a42b commit 89af778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hungarian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* It is a port heavily based on http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html
*
* This version is written by Fernando B. Giannasi - MIT license */
* This version is written by Fernando B. Giannasi */

#include <algorithm>
#include <cmath>
Expand Down Expand Up @@ -599,4 +599,4 @@ int main() //example of usage
}

return 0;
}
}

0 comments on commit 89af778

Please sign in to comment.