-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inference problems #7
Comments
CI: https://travis-ci.com/ericphanson/TravelingSalesmanExact.jl/builds/126257518 Stalls out on the big problem on 1.2+ even with MOI v0.8. It’s a bit weird because it can solve the smaller problems ok (I moved the big problem to the end to check). |
One thing special about the problem that gets stuck is that CI: https://travis-ci.com/ericphanson/TravelingSalesmanExact.jl/builds/126275354 |
I turned on |
Locally 6f6150a fixes the inference problems (CI in progress here. edit: passes). I really don't understand why, but it seems like the inference hang is deciding in the case of get_optimal_tour(cost::AbstractMatrix, with_optimizer = get_default_optimizer(); verbose = false, symmetric = issymmetric(cost)) or the method with signature get_optimal_tour(cities::AbstractVector, with_optimizer = get_default_optimizer(); verbose = false, distance = euclidean_distance, symmetric = true) and it can't figure out which. Adding the type information for |
The tests don't finish on Julia 1.2+. Even locally with MOI v0.8 it seems slow, so it could be different than JuliaLang/julia#32167. I will try all platforms on Travis with compat set to MOI v0.8 to see if that helps.
The text was updated successfully, but these errors were encountered: