Last data update: 2014.03.03

TSP

Package: TSP
Type: Package
Title: Traveling Salesperson Problem (TSP)
Version: 1.1-4
Date: 2016-2-21
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. Concorde
itself is not included in the package and has to be obtained separately
from http://www.math.uwaterloo.ca/tsp/concorde.html.
Classification/ACM: G.1.6, G.2.1, G.4
URL: http://lyle.smu.edu/IDA/seriation
BugReports: https://github.com/mhahsler/TSP/issues
Depends: R (>= 2.14.0)
Imports: graphics, foreach, utils, methods, stats, grDevices
Suggests: maps, sp, maptools, testthat
License: GPL-3
Copyright: All code is Copyright (C) Michael Hahsler and Kurt Hornik.
NeedsCompilation: yes
Packaged: 2016-02-22 03:12:39 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
Kurt Hornik [aut, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2016-02-22 08:04:07


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'TSP' ...
** package 'TSP' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c insertion_cost.c -o insertion_cost.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tour_length.c -o tour_length.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c two_opt.c -o two_opt.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o TSP.so insertion_cost.o tour_length.o two_opt.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/TSP/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'TSP'
    finding HTML links ... done
    ATSP                                    html  
    Concorde                                html  
    ETSP                                    html  
    TOUR                                    html  
    TSP                                     html  
    TSPLIB                                  html  
    USCA312                                 html  
    cut_tour                                html  
    insert_dummy                            html  
    reformulate_ATSP_as_TSP                 html  
    solve_TSP                               html  
    tour_length                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (TSP)
Making 'packages.html' ... done