FugroRoames / Munkres.jl

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

Test breakage with julia-0.5 #2

Closed c42f closed 8 years ago

c42f commented 8 years ago

For example, see

https://travis-ci.org/FugroRoames/Munkres.jl

PaulBellette commented 8 years ago

It looks like permutations has been moved out of base. Need to add the Combinatorics package...

c42f commented 8 years ago

Ok, I've got a working 0.5 installation again. Should be fixed by 34065d1