Skip to content

javiercorrea/munkres-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

munkres-cpp

An implementation of the Kuhn–Munkres algorithm

Usage

$ git clone https://github.com/saebyn/munkres-cpp.git
$ cd munkres-cpp/src/
$ make test

Requires GNU Make and GCC (tested on 4.6.3). The test suite requires the Google C++ Test Framework.

License

Copyright (c) 2007-2013 John Weaver and contributors.

Licensed under the GPLv2. See the file COPYING for details.

Bug reporting and work to be done

Check the issues list at GitHub.

About

Kuhn-Munkres (Hungarian) Algorithm in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 98.1%
  • Makefile 1.9%