https://github.com/cran/TSP
Raw File
Tip revision: d146b0e03b8fbe68f1b0f0ca880b7667751410e7 authored by Michael Hahsler on 17 April 2020, 16:30:02 UTC
version 1.1-10
Tip revision: d146b0e
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/",
         doi = "10.18637/jss.v023.i02",
	       month = "December",
         issn = "1548-7660"
	 )
back to top