Skip to content

opensourcesblog/mip_tsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving TSP using MIP

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.

Releases

No releases published

Packages

No packages published