yongyanghz / LAPJV-algorithm-c

Jonker-Volgenant / LAPJV algorithm for the linear assignment problem, in C language
32 stars 11 forks source link

assigncost rows != cols #6

Closed northeastsquare closed 4 months ago

northeastsquare commented 1 year ago

if assigncost rows != cols, the code could use?

yongyanghz commented 4 months ago

No, it could not be used if the row number and column number is not the same. The weight graph is a square matrix. See the assignment problem definition.