https://github.com/cran/TSP
Raw File
Tip revision: 30cdb701c8bfee18b7ea30fa5b32d1355abd453e authored by Michael Hahsler on 06 October 2021, 20:50:11 UTC
version 1.1-11
Tip revision: 30cdb70
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