Kuhn-Munkres (Hungarian) Algorithm in C++

This is my implementation of the Munkres linear assignment problem over a rectangular matrix. I also included a bare-bones matrix utility class. I am releasing this code under the GPL.