#ifndef HUNGARIANOPER_H #define HUNGARIANOPER_H #include "munkres/munkres.h" #include "../encoder_tools/dataType.h" class HungarianOper { public: static Eigen::Matrix Solve(const DYNAMICM &cost_matrix); }; #endif // HUNGARIANOPER_H