Traveling salesman problem with insertion methods
You first need to install the devtools
package, it can be done easily from Rstudio. We install the package from Github as follows (remove the # sign):
#devtools::install_github("vrunge/TSP")
library(TSP)