An implementation of the Kuhn–Munkres algorithm
$ git clone https://github.com/saebyn/munkres-cpp.git
$ cd munkres-cpp/src/
$ make testRequires GNU Make and GCC (tested on 4.6.3). The test suite requires the Google C++ Test Framework.
Copyright (c) 2007-2013 John Weaver and contributors.
Licensed under the GPLv2. See the file COPYING for details.
Check the issues list at GitHub.