Changes in version 1.1.2-10 (2026-02-25) - Fix ISO C++20 warning on the ambiguity of overloaded operator '==' Changes in version 1.1.2-9 (2025-04-29) - Remove lpsolve code that call entry points which might terminate R or write to stdout/stderr instead of to the console Changes in version 1.1.2-8 (2024-10-09) - Fix Wmissing-template-arg-list-after-template-kw error (clang-19) Changes in version 1.1.2-7 (2023-09-19) - Fix valgrind reporting a realloc(3) call with size = 0 (lpsolve) Changes in version 1.1.2-6 (2023-04-11) - Fix UBSAN issues (lp_presolve) Changes in version 1.1.2-4 (2023-04-03) - Remove uninitialized warning in clang-16 (lp_presolve) Changes in version 1.1.2-3 (2022-10-12) - Remove unneeded-internal-declaration warning in clang-15 Changes in version 1.1.2-2 (2021-07-14) - Remove loadSdpaFormatFile() and readSdpaFormatFile() functions. Changes in version 1.1.2 (2020-10-19) - Improve functionality of R function. - Use lower case and "_" separated names for the volesti's functions. - Use R classes for the convex polytopes Changes in version 1.1.1 (2020-06-22) - Fix CRAN warnings about deprecated use of ftime Changes in version 1.1.0 (2020-05-30) - 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. Changes in version 1.0.3 (2019-09-10) - Fix CRAN warnings. Changes in version 1.0.2 (2019-06-03) - Remove r-striper to avoid CRAN policy violation. Changes in version 1.0.1 (2019-05-28) - Fix some bugs for solaris os. Changes in version 1.0.0 (2019-05-13) - This is the first release of volesti R-Package.