saebyn / munkres-cpp

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

Unused methods from Matrix class were removed. #1

Closed Gluttton closed 10 years ago

Gluttton commented 10 years ago

I find this methods useful, but this is redundant for understanding algorithm and makes some "noise".

saebyn commented 10 years ago

If I remember right, this matrix class was copied in from another project and I didn't bother cleaning it up. Your right though, the extras aren't needed here.