saebyn / munkres-cpp

Kuhn-Munkres (Hungarian) Algorithm in C++
http://saebyn.info/2007/05/22/munkres-code-v2/
GNU General Public License v2.0
204 stars 79 forks source link

Improving tests #9

Closed Gluttton closed 10 years ago

Gluttton commented 10 years ago

Improving tests (adding test cases, formatting source code, enhance output).

saebyn commented 10 years ago

Thanks for this! I'm looking into some test failures that I caused right now.