- This is the first release of volesti R-Package.
- Fix some bugs for solaris os.
- Remove r-striper to avoid CRAN policy violation.
- Fix CRAN warnings.
- New volume computation algorithm.
- Billiard walk for uniform sampling.
- Modified exact volume computation function.
- Implementation and evaluation of PCA method for zonotope approximation.
- Boundary sampling.
- Improved functionality for finance applications.
- Improved names for functions and input variables.
- Use exclusively Eigen/BH library for linear algebra.
- Fix CRAN warnings about deprecated use of ftime
- Improve functionality of R function.
- Use lower case and "_" separated names for the volesti's functions.
- Use R classes for the convex polytopes
- Remove
loadSdpaFormatFile()
andreadSdpaFormatFile()
functions.
- Remove unneeded-internal-declaration warning in clang-15
- Remove uninitialized warning in clang-16 (lp_presolve)
- Fix UBSAN issues (lp_presolve)