Skip to content

Commit

Permalink
Rempoved link from DESCRIPTION and updated lins to CRAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Feb 22, 2017
1 parent 58b657a commit 0c7d1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ 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. Concorde
itself is not included in the package and has to be obtained separately
from http://www.math.uwaterloo.ca/tsp/concorde.html.
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: http://lyle.smu.edu/IDA/seriation
BugReports: https://github.com/mhahsler/TSP/issues
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ An online example application of TSP can be found on [shinyapps](https://shrinid
## References

* Michael Hahsler and Kurt Hornik, [TSP - Infrastructure for the Traveling Salesperson Problem,](http://dx.doi.org/10.18637/jss.v023.i02) _Journal of Statistical Software,_ 22(2), 2007.
* [TSP package vignette](http://cran.r-project.org/web/packages/TSP/vignettes/TSP.pdf) with complete examples.
* [Reference manual](http://cran.r-project.org/web/packages/TSP/TSP.pdf)
* [TSP package vignette](https://cran.r-project.org/package=TSP/vignettes/TSP.pdf) with complete examples.
* [Reference manual](https://cran.r-project.org/package=TSP/TSP.pdf)
* [Concorde TSP solver home page](http://www.tsp.gatech.edu/concorde.html)

0 comments on commit 0c7d1a8

Please sign in to comment.