External library declaration to preform the Hungarian algorithm (Munkres). More...
#include <mtt/matrix.h>
#include <cmath>
#include <list>
#include <utility>
#include <vector>
#include <Eigen/Dense>
#include <Eigen/Cholesky>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | Munkres |
struct | orderedPair |
Typedefs | |
typedef boost::shared_ptr < orderedPair > | orderedPairPtr |
External library declaration to preform the Hungarian algorithm (Munkres).
Definition in file munkres.h.
typedef boost::shared_ptr<orderedPair> orderedPairPtr |