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

Replace cxxtest with google test #3

Closed Gluttton closed 10 years ago

Gluttton commented 10 years ago

Replace cxxtest with http://code.google.com/p/googletest/ .

Gluttton commented 10 years ago

Duplicate #7 .