Package: volesti
Type: Package
License: LGPL-3
Title: Volume Approximation and Sampling of Convex Polytopes
Author: Vissarion Fisikopoulos <vissarion.fisikopoulos@gmail.com> [aut, cph, cre],
  Apostolos Chalkis <tolis.chal@gmail.com> [cph, aut],
  contributors in file inst/AUTHORS
Copyright: file inst/COPYRIGHTS
Description: Provides an R interface for 'volesti' C++ package. 'volesti' computes
             estimations of volume of polytopes given by a set of points or linear inequalities
             or Minkowski sum of segments (zonotopes). There are two algorithms for volume
             estimation (I.Z. Emiris and V. Fisikopoulos (2014) <arXiv:1312.2873> and 
             B. Cousins, S. Vempala (2016) <arXiv:1409.6011>) as well as algorithms for sampling, 
             rounding and rotating polytopes. Moreover, 'volesti' provides algorithms for 
             estimating copulas (L. Cales, A. Chalkis, I.Z. Emiris, V. Fisikopoulos (2018) 
             <arXiv:1803.05861>).
Version: 1.0.2
Date: 2019-05-10
Maintainer: Vissarion Fisikopoulos <vissarion.fisikopoulos@gmail.com>
Depends: Rcpp (>= 0.12.17)
Imports: methods
LinkingTo: Rcpp, RcppEigen, BH
Suggests: testthat
Encoding: UTF-8
RoxygenNote: 6.1.1
BugReports: https://github.com/GeomScale/volume_approximation/issues
NeedsCompilation: yes
Packaged: 2019-06-03 11:34:53 UTC; vissarion
Repository: CRAN
Date/Publication: 2019-06-03 12:50:03 UTC
