Skip to content

emstresh/HungarianAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HungarianAlgorithm

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/".

  1. Compile the program with

g++ -I EigenLibrary/ matching.cpp

  1. Run the program with

./a.out matrixfile

About

Implementation of the Munkres' Assignment Algorithm (aka Hungarian Algorithm).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors