https://github.com/cran/TSP
Raw File
Tip revision: 0e9f2f1a15b917aa5567e2f83136376eb3658017 authored by Michael Hahsler on 14 July 2022, 13:40:02 UTC
version 1.2-1
Tip revision: 0e9f2f1
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",
         doi = "10.18637/jss.v023.i02",
	       month = "December",
         issn = "1548-7660"
	 )
back to top