Overview
This library implements the Munkres' Assignment Algorithm in c++.
It is based on the c# version of Robert A. Pilgrim (see his implementation here).
Algorithm details can be found in the paper "Algorithms for Assignment and Transportation Problems" by James Munkres (March 1957).
Members
Manager: Simon Schulz