You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program will crash if a DistMatrix with size zero is passed to HungarianAlgorithm::Solve.
Fix for line 28: if ((int) nRows .size() == 0) { return -1; }
The text was updated successfully, but these errors were encountered:
The program will crash if a DistMatrix with size zero is passed to HungarianAlgorithm::Solve.
Fix for line 28:
if ((int) nRows .size() == 0) { return -1; }
The text was updated successfully, but these errors were encountered: