# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "TSP" in publications use:' type: software license: GPL-3.0-only title: 'TSP: Traveling Salesperson Problem (TSP)' version: 1.2-4.1 identifiers: - type: doi value: 10.32614/CRAN.package.TSP abstract: Basic infrastructure and some algorithms for the traveling salesperson problem (also traveling salesman problem; TSP). The package provides some simple algorithms and an interface to the Concorde TSP solver and its implementation of the Chained-Lin-Kernighan heuristic. The code for Concorde itself is not included in the package and has to be obtained separately. Hahsler and Hornik (2007) . authors: - family-names: Hahsler given-names: Michael email: mhahsler@lyle.smu.edu orcid: https://orcid.org/0000-0003-2716-1405 - family-names: Hornik given-names: Kurt orcid: https://orcid.org/0000-0003-4198-9911 preferred-citation: type: manual title: 'TSP: Traveling Salesperson Problem (TSP)' authors: - family-names: Hahsler given-names: Michael email: mhahsler@lyle.smu.edu orcid: https://orcid.org/0000-0003-2716-1405 - family-names: Hornik given-names: Kurt orcid: https://orcid.org/0000-0003-4198-9911 notes: R package version 1.2-4.1 url: https://github.com/mhahsler/TSP repository: https://mhahsler.r-universe.dev repository-code: https://github.com/mhahsler/TSP commit: 47a485e5ad3f3200e90f3964c284a0515595105e url: https://github.com/mhahsler/TSP contact: - family-names: Hahsler given-names: Michael email: mhahsler@lyle.smu.edu orcid: https://orcid.org/0000-0003-2716-1405 references: - type: article title: TSP -- Infrastructure for the traveling salesperson problem authors: - family-names: Hahsler given-names: Michael email: michael@hahsler.net orcid: https://orcid.org/0000-0003-2716-1405 - family-names: Hornik given-names: Kurt email: Kurt.Hornik@R-project.org orcid: https://orcid.org/0000-0003-4198-9911 year: '2007' journal: Journal of Statistical Software volume: '23' issue: '2' doi: 10.18637/jss.v023.i02 month: '12' issn: 1548-7660 start: '1' end: '21'