Solving TSP using MIP

October 15, 2019 ยท View on GitHub

The code for tsp.jl is explained in my blog article on opensourc.es

To run it you have to download Julia and install JuMP, GLPK and Distances.

You can use

] add JuMP
] add GLPK
] add Distances

I visualized the problem using d3.