Skip to content

Commit 89af778

Browse files
authored
Update hungarian.cpp
1 parent a86a42b commit 89af778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hungarian.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* It is a port heavily based on http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html
1313
*
14-
* This version is written by Fernando B. Giannasi - MIT license */
14+
* This version is written by Fernando B. Giannasi */
1515

1616
#include <algorithm>
1717
#include <cmath>
@@ -599,4 +599,4 @@ int main() //example of usage
599599
}
600600

601601
return 0;
602-
}
602+
}

0 commit comments

Comments
 (0)