https://github.com/cran/TSP
Revision f5f50cd345d720c502804be35502d548ae2777fb authored by Michael Hahsler on 21 February 2020, 05:50:16 UTC, committed by cran-robot on 21 February 2020, 05:50:16 UTC
1 parent 750169b
Raw File
Tip revision: f5f50cd345d720c502804be35502d548ae2777fb authored by Michael Hahsler on 21 February 2020, 05:50:16 UTC
version 1.1-9
Tip revision: f5f50cd
DESCRIPTION
Package: TSP
Type: Package
Title: Traveling Salesperson Problem (TSP)
Version: 1.1-9
Date: 2020-02-20
Authors@R: c(
	person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
	    email = "mhahsler@lyle.smu.edu"),
	person("Kurt", "Hornik", role = c("aut", "cph")))
Description: 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.
Classification/ACM: G.1.6, G.2.1, G.4
URL: https://github.com/mhahsler/TSP
BugReports: https://github.com/mhahsler/TSP/issues
Depends: R (>= 3.5.0)
Imports: graphics, foreach, utils, stats, grDevices
Suggests: sp, maps, maptools, testthat
License: GPL-3
Copyright: All code is Copyright (C) Michael Hahsler and Kurt Hornik.
NeedsCompilation: yes
Packaged: 2020-02-20 19:33:51 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
  Kurt Hornik [aut, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2020-02-21 06:50:16 UTC
back to top