FugroRoames / Munkres.jl

Munkres algorithm for the optimal assignment problem
Other
20 stars 7 forks source link

Test for nans in cost matrix #5

Closed timholy closed 7 years ago

timholy commented 7 years ago

If the cost matrix has nans, munkres goes into an endless loop. Better to throw immediately.

timholy commented 7 years ago

CC @Cody-G

PaulBellette commented 7 years ago

Nice, thanks for finding it.