jdmoorman/laptools

Add tests with np.inf and np.nan values

Closed this issue · 1 comments

Apparently the solvers break if there is a row or maybe a column of all infinity. We should test for this and handle it somehow.

The bug occurs when we set the constraint (i,j) while cost_matrix(i,j) equals infinity. Should be fixed now.