#include "match.h" #include #include /** * MATLAB implementation of the hungarian algorithm (2008) * * modified by Henrik Rydberg (2008) */ const float BIG_VALUE = 1e20; typedef unsigned short col_t; #define GETBIT2(m, row, col) ((m[col]>>row)&1U) #define SETBIT2(m, row, col) (m[col]|=(1U<>x)&1U) #define SETBIT(m, x) (m|=(1U< ncols) */ { dmin = ncols; for(col=0; col