Last data update: 2014.03.03

qap

Package: qap
Title: Heuristics for the Quadratic Assignment Problem (QAP)
Version: 0.1-0
Date: 2015-10-05
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"),
person("Franz", "Rendl", role = c("ctb", "cph")))
Description: Implements heuristics for the Quadratic Assignment Problem (QAP). Currently only a simulated annealing heuristic is available.
License: GPL-3
NeedsCompilation: yes
Packaged: 2015-10-05 14:14:37 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
Franz Rendl [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2015-10-05 22:14:30

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'qap' ...
** package 'qap' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c RNG_wrapper.c -o RNG_wrapper.o
f95   -fpic  -g -O2  -c qapsim.f -o qapsim.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o qap.so RNG_wrapper.o qapsim.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/qap/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'qap'
    finding HTML links ... done
    qap                                     html  
    read_qaplib                             html  
** building package indices
** testing if installed package can be loaded
* DONE (qap)
Making 'packages.html' ... done