Implementation of the Munkres' Assignment Algorithm (aka Hungarian Algorithm) in C++, based on this writeup.
I used the Eigen linear algebra library. I've included the header files in the folder EigenLibrary. All that has to be done to use them is to compile with the include flag "-I EigenLibrary/".
- Compile the program with
g++ -I EigenLibrary/ matching.cpp
- Run the program with
./a.out matrixfile