https://github.com/cran/TSP
Raw File
Tip revision: 750169bf2201fc15f7b9ec3aba8ee3b9d07dc87f authored by Michael Hahsler on 23 January 2020, 16:30:10 UTC
version 1.1-8
Tip revision: 750169b
CITATION

citation(auto = meta)

bibentry(bibtype = "article",
         title = paste("TSP -- {I}nfrastructure for the traveling",
			"salesperson problem"),
         author = {
             c(person("Michael", "Hahsler",
                               email = "michael@hahsler.net"),
               person("Kurt", "Hornik",
                               email = "Kurt.Hornik@R-project.org"))
         },
         year = 2007,
         journal = "Journal of Statistical Software",
         volume = 23,
         number = 2,
         pages = "1--21",
         url = "http://www.jstatsoft.org/v23/i02/",
         month = "December",
         issn = "1548-7660"
	 )
back to top