Last data update: 2014.03.03

vertexenum

Package: vertexenum
Version: 1.0.1
Date: 2015-07-13
Title: Vertex Enumeration of Polytopes
Author: Robert Robere
Maintainer: Robert Robere <robere@cs.toronto.edu>
Depends: R (>= 1.8.0)
Imports: numbers
Description: When given a description of a polyhedral set by a system of linear inequalities Ax <= b, produce the list of the vertices of the set.
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2015-07-17 12:16:37 UTC; robere
Repository: CRAN
Date/Publication: 2015-07-17 14:46:12

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'vertexenum' ...
** package 'vertexenum' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rvertexenum.c -o Rvertexenum.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lrslib.c -o lrslib.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lrsmp.c -o lrsmp.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o vertexenum.so Rvertexenum.o lrslib.o lrsmp.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/vertexenum/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'vertexenum'
    finding HTML links ... done
    enumerate.vertices                      html  
** building package indices
** testing if installed package can be loaded
* DONE (vertexenum)
Making 'packages.html' ... done