https://github.com/cran/TSP
Raw File
Tip revision: 2ca0d4cf2b57863686f535d910c5135df5032901 authored by Michael Hahsler on 22 May 2019, 22:10:03 UTC
version 1.1-7
Tip revision: 2ca0d4c
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