* installing *source* package ‘volesti’ ...
** package ‘volesti’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c copula.cpp -o copula.o
In file included from copula.cpp:15:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from copula.cpp:17:
include/sampling/simplex.hpp:233:18: warning: unused variable 'n' [-Wunused-variable]
    unsigned int n=V.rows(),j,i,k,x_rand,M=2147483647,pr,divisors,pointer;  // M is the largest possible integer
                 ^
copula.cpp:81:66: warning: unused variable 'j' [-Wunused-variable]
    unsigned int dim = Rcpp::as<std::vector<NT> >(r1).size(), i, j;
                                                                 ^
copula.cpp:81:63: warning: unused variable 'i' [-Wunused-variable]
    unsigned int dim = Rcpp::as<std::vector<NT> >(r1).size(), i, j;
                                                              ^
4 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c direct_sampling.cpp -o direct_sampling.o
In file included from direct_sampling.cpp:14:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from direct_sampling.cpp:18:
In file included from include/volume/volume_sequence_of_balls.hpp:26:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from direct_sampling.cpp:18:
In file included from include/volume/volume_sequence_of_balls.hpp:27:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from direct_sampling.cpp:18:
In file included from include/volume/volume_sequence_of_balls.hpp:28:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from direct_sampling.cpp:19:
include/sampling/simplex.hpp:233:18: warning: unused variable 'n' [-Wunused-variable]
    unsigned int n=V.rows(),j,i,k,x_rand,M=2147483647,pr,divisors,pointer;  // M is the largest possible integer
                 ^
direct_sampling.cpp:52:50: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef Eigen::Matrix<NT, Eigen::Dynamic, 1> VT;
                                                 ^
7 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c exact_vol.cpp -o exact_vol.o
In file included from exact_vol.cpp:11:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from exact_vol.cpp:16:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from exact_vol.cpp:17:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from exact_vol.cpp:18:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
5 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c frustum_of_simplex.cpp -o frustum_of_simplex.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c inner_ball.cpp -o inner_ball.o
In file included from inner_ball.cpp:10:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from inner_ball.cpp:14:
In file included from include/volume/volume_sequence_of_balls.hpp:26:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from inner_ball.cpp:14:
In file included from include/volume/volume_sequence_of_balls.hpp:27:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from inner_ball.cpp:14:
In file included from include/volume/volume_sequence_of_balls.hpp:28:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from inner_ball.cpp:14:
In file included from include/volume/volume_sequence_of_balls.hpp:27:
include/convex_bodies/vpolytope.h:413:44: warning: unused variable 'pointIt' [-Wunused-variable]
        typename std::vector<NT>::iterator pointIt;
                                           ^
include/convex_bodies/vpolytope.h:267:14: note: in instantiation of function template specialization 'VPolytope<point<Cartesian<double>>>::get_points_for_rounding<std::list<point<Cartesian<double>>>>' requested here
        if (!get_points_for_rounding(randPoints)) {
             ^
inner_ball.cpp:80:28: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
            InnerBall = VP.ComputeInnerBall();
                           ^
In file included from inner_ball.cpp:14:
In file included from include/volume/volume_sequence_of_balls.hpp:27:
In file included from include/convex_bodies/vpolytope.h:18:
include/lp_oracles/vpolyoracles.h:311:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/vpolytope.h:297:19: note: in instantiation of function template specialization 'intersect_double_line_Vpoly<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
            res = intersect_double_line_Vpoly<NT>(V, center, v, row, colno);
                  ^
inner_ball.cpp:80:28: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
            InnerBall = VP.ComputeInnerBall();
                           ^
7 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c load_sdpa_format_file.cpp -o load_sdpa_format_file.o
In file included from load_sdpa_format_file.cpp:14:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from load_sdpa_format_file.cpp:18:
include/convex_bodies/spectrahedra/LMI.h:126:13: warning: unused variable 'at' [-Wunused-variable]
        int at = 0;
            ^
In file included from load_sdpa_format_file.cpp:20:
include/SDPAFormatManager.h:106:32: warning: unused variable 'sz' [-Wunused-variable]
        std::string::size_type sz;
                               ^
load_sdpa_format_file.cpp:38:29: warning: unused typedef 'LMI' [-Wunused-local-typedef]
    typedef LMI<NT, MT, VT> LMI;
                            ^
load_sdpa_format_file.cpp:37:28: warning: unused typedef 'RNGType' [-Wunused-local-typedef]
    typedef boost::mt19937 RNGType;
                           ^
5 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c poly_gen.cpp -o poly_gen.o
In file included from poly_gen.cpp:14:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from poly_gen.cpp:18:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from poly_gen.cpp:19:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from poly_gen.cpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from poly_gen.cpp:23:
include/generators/v_polytopes_generators.h:44:18: warning: unused variable 'j' [-Wunused-variable]
    unsigned int j;
                 ^
include/generators/v_polytopes_generators.h:103:18: warning: unused variable 'j' [-Wunused-variable]
    unsigned int j, count_row,it=0;
                 ^
include/generators/v_polytopes_generators.h:42:40: warning: unused variable 'pit' [-Wunused-variable]
    typename std::vector<NT>::iterator pit;
                                       ^
poly_gen.cpp:78:39: note: in instantiation of function template specialization 'random_vpoly<VPolytope<point<Cartesian<double>>>, boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>>' requested here
                return extractMatPoly(random_vpoly<Vpolytope, RNGType>(dim_gen, m_gen, seed2));
                                      ^
In file included from poly_gen.cpp:23:
include/generators/v_polytopes_generators.h:101:40: warning: unused variable 'pit' [-Wunused-variable]
    typename std::vector<NT>::iterator pit;
                                       ^
poly_gen.cpp:81:39: note: in instantiation of function template specialization 'random_vpoly_incube<VPolytope<point<Cartesian<double>>>, boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>>' requested here
                return extractMatPoly(random_vpoly_incube<Vpolytope, RNGType>(dim_gen, m_gen, seed2));
                                      ^
In file included from poly_gen.cpp:23:
include/generators/v_polytopes_generators.h:32:23: warning: unused typedef 'Point' [-Wunused-local-typedef]
    typedef PointType Point;
                      ^
In file included from poly_gen.cpp:24:
include/generators/z_polytopes_generators.h:61:38: warning: unused typedef 'NT' [-Wunused-local-typedef]
    typedef typename Polytope::NT    NT;
                                     ^
11 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c rotating.cpp -o rotating.o
In file included from rotating.cpp:14:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from rotating.cpp:18:
In file included from include/volume/volume_sequence_of_balls.hpp:26:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from rotating.cpp:18:
In file included from include/volume/volume_sequence_of_balls.hpp:27:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from rotating.cpp:18:
In file included from include/volume/volume_sequence_of_balls.hpp:28:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
rotating.cpp:42:53: warning: unused typedef 'InterVP' [-Wunused-local-typedef]
    typedef IntersectionOfVpoly<Vpolytope, RNGType> InterVP;
                                                    ^
6 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c rounding.cpp -o rounding.o
In file included from rounding.cpp:14:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:413:44: warning: unused variable 'pointIt' [-Wunused-variable]
        typename std::vector<NT>::iterator pointIt;
                                           ^
include/convex_bodies/vpolytope.h:267:14: note: in instantiation of function template specialization 'VPolytope<point<Cartesian<double>>>::get_points_for_rounding<std::list<point<Cartesian<double>>>>' requested here
        if (!get_points_for_rounding(randPoints)) {
             ^
rounding.cpp:117:28: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
            InnerBall = VP.ComputeInnerBall();
                           ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
In file included from include/convex_bodies/vpolytope.h:18:
include/lp_oracles/vpolyoracles.h:311:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/vpolytope.h:297:19: note: in instantiation of function template specialization 'intersect_double_line_Vpoly<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
            res = intersect_double_line_Vpoly<NT>(V, center, v, row, colno);
                  ^
rounding.cpp:117:28: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
            InnerBall = VP.ComputeInnerBall();
                           ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:313:12: warning: unused variable 'mult' [-Wunused-variable]
        NT mult;
           ^
include/random_walks/uniform_rdhr_walk.hpp:64:41: note: in instantiation of member function 'HPolytope<point<Cartesian<double>>>::line_intersect' requested here
            std::pair<NT, NT> bpair = P.line_intersect(_p, v, _lamdas, _Av,
                                        ^
include/sampling/random_point_generators.hpp:63:27: note: in instantiation of function template specialization 'RDHRWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::apply<HPolytope<point<Cartesian<double>>>>' requested here
            walk.template apply(P, p, walk_length, rng);
                          ^
include/volume/rounding.hpp:60:35: note: in instantiation of function template specialization 'RandomPointGenerator<RDHRWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<HPolytope<point<Cartesian<double>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            RandomPointGenerator::apply(P, p, num_of_samples, walk_length,
                                  ^
rounding.cpp:137:29: note: in instantiation of function template specialization 'round_polytope<RDHRWalk, Eigen::Matrix<double, -1, -1, 0>, Eigen::Matrix<double, -1, 1, 0>, HPolytope<point<Cartesian<double>>>, point<Cartesian<double>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
                round_res = round_polytope<RDHRWalk, MT, VT>(HP, InnerBall, walkL, rng);
                            ^
In file included from rounding.cpp:18:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:140:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/zpolytope.h:331:16: note: in instantiation of function template specialization 'intersect_line_zono<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
        return intersect_line_zono(V, r, v, conv_comb, colno);
               ^
include/random_walks/uniform_cdhr_walk.hpp:88:37: note: in instantiation of member function 'Zonotope<point<Cartesian<double>>>::line_intersect_coord' requested here
        std::pair<NT, NT> bpair = P.line_intersect_coord(_p, _rand_coord, _lamdas);
                                    ^
include/random_walks/uniform_cdhr_walk.hpp:41:9: note: in instantiation of function template specialization 'CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::initialize<Zonotope<point<Cartesian<double>>>>' requested here
        initialize(P, p, rng);
        ^
include/sampling/random_point_generators.hpp:60:14: note: in instantiation of function template specialization 'CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::Walk<Zonotope<point<Cartesian<double>>>>' requested here
        Walk walk(P, p, rng);
             ^
include/volume/rounding.hpp:60:35: note: in instantiation of function template specialization 'RandomPointGenerator<CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<Zonotope<point<Cartesian<double>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            RandomPointGenerator::apply(P, p, num_of_samples, walk_length,
                                  ^
rounding.cpp:157:29: note: in instantiation of function template specialization 'round_polytope<CDHRWalk, Eigen::Matrix<double, -1, -1, 0>, Eigen::Matrix<double, -1, 1, 0>, Zonotope<point<Cartesian<double>>>, point<Cartesian<double>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
                round_res = round_polytope<CDHRWalk, MT, VT>(ZP, InnerBall, walkL, rng);
                            ^
In file included from rounding.cpp:20:
include/volume/volume_cooling_gaussians.hpp:166:48: warning: unused typedef 'viterator' [-Wunused-local-typedef]
    typedef typename std::vector<NT>::iterator viterator;
                                               ^
include/volume/volume_cooling_gaussians.hpp:221:35: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef typename Polytope::VT VT;
                                  ^
11 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c sample_points.cpp -o sample_points.o
In file included from sample_points.cpp:13:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from sample_points.cpp:20:
include/sampling/sampling.hpp:129:18: warning: unused variable 'n' [-Wunused-variable]
    unsigned int n = rnum / 2;
                 ^
sample_points.cpp:172:8: warning: unused variable 'radius' [-Wunused-variable]
    NT radius = 1.0, L;
       ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:413:44: warning: unused variable 'pointIt' [-Wunused-variable]
        typename std::vector<NT>::iterator pointIt;
                                           ^
include/convex_bodies/vpolytope.h:267:14: note: in instantiation of function template specialization 'VPolytope<point<Cartesian<double>>>::get_points_for_rounding<std::list<point<Cartesian<double>>>>' requested here
        if (!get_points_for_rounding(randPoints)) {
             ^
sample_points.cpp:312:32: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
                InnerBall = VP.ComputeInnerBall();
                               ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
In file included from include/convex_bodies/vpolytope.h:18:
include/lp_oracles/vpolyoracles.h:311:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/vpolytope.h:297:19: note: in instantiation of function template specialization 'intersect_double_line_Vpoly<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
            res = intersect_double_line_Vpoly<NT>(V, center, v, row, colno);
                  ^
sample_points.cpp:312:32: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
                InnerBall = VP.ComputeInnerBall();
                               ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:313:12: warning: unused variable 'mult' [-Wunused-variable]
        NT mult;
           ^
include/random_walks/boundary_rdhr_walk.hpp:48:45: note: in instantiation of member function 'HPolytope<point<Cartesian<double>>>::line_intersect' requested here
                std::pair<NT, NT> bpair = P.line_intersect(_p, v, _lamdas, _Av,
                                            ^
include/sampling/random_point_generators.hpp:156:27: note: in instantiation of function template specialization 'BRDHRWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::apply<HPolytope<point<Cartesian<double>>>>' requested here
            walk.template apply(P, p1, p2, walk_length, rng);
                          ^
include/sampling/sampling.hpp:125:35: note: in instantiation of function template specialization 'BoundaryRandomPointGenerator<BRDHRWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<HPolytope<point<Cartesian<double>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    BoundaryRandomPointGenerator::apply(P, p, nburns, walk_len,
                                  ^
sample_points.cpp:32:13: note: in instantiation of function template specialization 'uniform_sampling_boundary<BRDHRWalk, std::list<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, point<Cartesian<double>>>' requested here
            uniform_sampling_boundary <BRDHRWalk>(randPoints, P, rng, walkL, numpoints,
            ^
sample_points.cpp:368:13: note: in instantiation of function template specialization 'sample_from_polytope<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, std::list<point<Cartesian<double>>>, double, point<Cartesian<double>>>' requested here
            sample_from_polytope(HP, rng, randPoints, walkL, numpoints, gaussian, a, L, boundary, StartingPoint, nburns,
            ^
In file included from sample_points.cpp:17:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:140:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/zpolytope.h:331:16: note: in instantiation of function template specialization 'intersect_line_zono<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
        return intersect_line_zono(V, r, v, conv_comb, colno);
               ^
include/random_walks/boundary_cdhr_walk.hpp:76:41: note: in instantiation of member function 'Zonotope<point<Cartesian<double>>>::line_intersect_coord' requested here
            std::pair<NT, NT> bpair = P.line_intersect_coord(_p, _rand_coord,
                                        ^
include/random_walks/boundary_cdhr_walk.hpp:31:13: note: in instantiation of function template specialization 'BCDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::initialize<Zonotope<point<Cartesian<double>>>>' requested here
            initialize(P, p, rng);
            ^
include/sampling/random_point_generators.hpp:152:14: note: in instantiation of function template specialization 'BCDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::Walk<Zonotope<point<Cartesian<double>>>>' requested here
        Walk walk(P, p, rng);
             ^
include/sampling/sampling.hpp:125:35: note: in instantiation of function template specialization 'BoundaryRandomPointGenerator<BCDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<Zonotope<point<Cartesian<double>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    BoundaryRandomPointGenerator::apply(P, p, nburns, walk_len,
                                  ^
sample_points.cpp:29:13: note: in instantiation of function template specialization 'uniform_sampling_boundary<BCDHRWalk, std::list<point<Cartesian<double>>>, Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, point<Cartesian<double>>>' requested here
            uniform_sampling_boundary <BCDHRWalk>(randPoints, P, rng, walkL, numpoints,
            ^
sample_points.cpp:378:13: note: in instantiation of function template specialization 'sample_from_polytope<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, std::list<point<Cartesian<double>>>, double, point<Cartesian<double>>>' requested here
            sample_from_polytope(ZP, rng, randPoints, walkL, numpoints, gaussian, a, L, boundary, StartingPoint, nburns,
            ^
In file included from sample_points.cpp:19:
include/volume/volume_cooling_gaussians.hpp:166:48: warning: unused typedef 'viterator' [-Wunused-local-typedef]
    typedef typename std::vector<NT>::iterator viterator;
                                               ^
include/volume/volume_cooling_gaussians.hpp:221:35: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef typename Polytope::VT VT;
                                  ^
13 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c volume.cpp -o volume.o
In file included from volume.cpp:12:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from volume.cpp:21:
include/volume/volume_cooling_hpoly.hpp:45:46: warning: unused variable 'N' [-Wunused-variable]
    int n = P.dimension(), m = b_max.size(), N = 1200, iter = 1, count = 0;
                                             ^
include/volume/volume_cooling_hpoly.hpp:45:66: warning: unused variable 'count' [-Wunused-variable]
    int n = P.dimension(), m = b_max.size(), N = 1200, iter = 1, count = 0;
                                                                 ^
include/volume/volume_cooling_hpoly.hpp:47:19: warning: unused variable 'print' [-Wunused-variable]
    bool too_few, print = false;
                  ^
include/volume/volume_cooling_hpoly.hpp:108:9: warning: unused variable 'n' [-Wunused-variable]
    int n = HP2.dimension(), iter = 1;
        ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:313:12: warning: unused variable 'mult' [-Wunused-variable]
        NT mult;
           ^
include/convex_bodies/hpolytope.h:363:16: note: in instantiation of member function 'HPolytope<point<Cartesian<double>>>::line_intersect' requested here
        return line_intersect(r, v, Ar, Av, lambda_prev, true);
               ^
include/random_walks/uniform_billiard_walk.hpp:316:25: note: in instantiation of member function 'HPolytope<point<Cartesian<double>>>::line_positive_intersect' requested here
                    = P.line_positive_intersect(_p, _v, _lambdas, _Av, _lambda_prev);
                        ^
include/random_walks/uniform_billiard_walk.hpp:221:9: note: in instantiation of function template specialization 'BilliardWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::initialize<HPolytope<point<Cartesian<double>>>>' requested here
        initialize(P, p, rng);
        ^
include/sampling/random_point_generators.hpp:60:14: note: in instantiation of function template specialization 'BilliardWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::Walk<HPolytope<point<Cartesian<double>>>>' requested here
        Walk walk(P, p, rng);
             ^
include/volume/rounding.hpp:60:35: note: in instantiation of function template specialization 'RandomPointGenerator<BilliardWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<HPolytope<point<Cartesian<double>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            RandomPointGenerator::apply(P, p, num_of_samples, walk_length,
                                  ^
volume.cpp:45:25: note: in instantiation of function template specialization 'round_polytope<BilliardWalk, Eigen::Matrix<double, -1, -1, 0>, Eigen::Matrix<double, -1, 1, 0>, HPolytope<point<Cartesian<double>>>, point<Cartesian<double>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            round_val = round_polytope<BilliardWalk, MT, VT>(P, InnerBall, 2, rng).second;
                        ^
volume.cpp:261:20: note: in instantiation of function template specialization 'generic_volume<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, double>' requested here
            return generic_volume(HP, rng, walkL, e, CG, CB, win_len, rounding,
                   ^
In file included from volume.cpp:20:
In file included from include/volume/volume_cooling_balls.hpp:13:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/distributions/students_t.hpp:16:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/beta.hpp:1721:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
      const T x_extrema = 1 / (1 + a);
              ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<long double>::temme_root_finder' requested here
      temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<long double, boost::math::policies::policy<detail::forwarding_arg1, detail::forwarding_arg2>>' requested here
               x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
                   ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<long double, boost::math::policies::policy<detail::forwarding_arg1, detail::forwarding_arg2>>' requested here
   rx = detail::ibeta_inv_imp(
                ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/t_distribution_inv.hpp:439:8: note: in instantiation of function template specialization 'boost::math::ibeta_inv<long double, long double, long double, long double, boost::math::policies::policy<>>' requested here
   x = ibeta_inv(df / 2, T(0.5), 2 * probability, &y, pol);
       ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/t_distribution_inv.hpp:458:35: note: in instantiation of function template specialization 'boost::math::detail::fast_students_t_quantile_imp<long double, boost::math::policies::policy<>>' requested here
      return boost::math::detail::fast_students_t_quantile_imp(df, p, pol, static_cast<std::false_type*>(nullptr));
                                  ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/t_distribution_inv.hpp:541:66: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   return policies::checked_narrowing_cast<T, forwarding_policy>(fast_students_t_quantile_imp(static_cast<value_type>(df), static_cast<value_type>(p), pol, static_cast<tag_type*>(nullptr)), "boost::math::students_t_quantile<%1%>(%1%,%1%,%1%)");
                                                                 ^
include/volume/volume_cooling_balls.hpp:145:16: note: in instantiation of function template specialization 'check_convergence<point<Cartesian<double>>, HPolytope<point<Cartesian<double>>>, std::list<point<Cartesian<double>>>, double>' requested here
        pass = check_convergence<Point>(P, randPoints, too_few, ratio,
               ^
include/volume/volume_cooling_balls.hpp:299:11: note: in instantiation of function template specialization 'get_first_ball<HPolytope<point<Cartesian<double>>>, Ball<point<Cartesian<double>>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    if ( !get_first_ball(P, B0, ratio, radius, parameters, rng) )
          ^
include/volume/volume_cooling_balls.hpp:737:11: note: in instantiation of function template specialization 'get_sequence_of_polytopeballs<RandomPointGenerator<CDHRWalk::Walk<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>, BallIntersectPolytope<HPolytope<point<Cartesian<double>>>, Ball<point<Cartesian<double>>>>, Ball<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    if ( !get_sequence_of_polytopeballs
          ^
volume.cpp:60:19: note: in instantiation of function template specialization 'volume_cooling_balls<CDHRWalk, HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            vol = volume_cooling_balls<CDHRWalk>(P, rng, e, walk_length, win_len);
                  ^
volume.cpp:261:20: note: in instantiation of function template specialization 'generic_volume<HPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, double>' requested here
            return generic_volume(HP, rng, walkL, e, CG, CB, win_len, rounding,
                   ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:413:44: warning: unused variable 'pointIt' [-Wunused-variable]
        typename std::vector<NT>::iterator pointIt;
                                           ^
include/convex_bodies/vpolytope.h:267:14: note: in instantiation of function template specialization 'VPolytope<point<Cartesian<double>>>::get_points_for_rounding<std::list<point<Cartesian<double>>>>' requested here
        if (!get_points_for_rounding(randPoints)) {
             ^
volume.cpp:40:44: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
        std::pair<Point, NT> InnerBall = P.ComputeInnerBall();
                                           ^
volume.cpp:268:20: note: in instantiation of function template specialization 'generic_volume<VPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, double>' requested here
            return generic_volume(VP, rng, walkL, e, CG, CB, win_len, rounding,
                   ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
In file included from include/convex_bodies/vpolytope.h:18:
include/lp_oracles/vpolyoracles.h:311:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/vpolytope.h:297:19: note: in instantiation of function template specialization 'intersect_double_line_Vpoly<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
            res = intersect_double_line_Vpoly<NT>(V, center, v, row, colno);
                  ^
volume.cpp:40:44: note: in instantiation of member function 'VPolytope<point<Cartesian<double>>>::ComputeInnerBall' requested here
        std::pair<Point, NT> InnerBall = P.ComputeInnerBall();
                                           ^
volume.cpp:268:20: note: in instantiation of function template specialization 'generic_volume<VPolytope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>, double>' requested here
            return generic_volume(VP, rng, walkL, e, CG, CB, win_len, rounding,
                   ^
In file included from volume.cpp:16:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:140:8: warning: unused variable 'res' [-Wunused-variable]
    NT res;
       ^
include/convex_bodies/zpolytope.h:331:16: note: in instantiation of function template specialization 'intersect_line_zono<double, Eigen::Matrix<double, -1, -1, 0>, point<Cartesian<double>>>' requested here
        return intersect_line_zono(V, r, v, conv_comb, colno);
               ^
include/random_walks/uniform_cdhr_walk.hpp:88:37: note: in instantiation of member function 'Zonotope<point<Cartesian<double>>>::line_intersect_coord' requested here
        std::pair<NT, NT> bpair = P.line_intersect_coord(_p, _rand_coord, _lamdas);
                                    ^
include/random_walks/uniform_cdhr_walk.hpp:41:9: note: in instantiation of function template specialization 'CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::initialize<Zonotope<point<Cartesian<double>>>>' requested here
        initialize(P, p, rng);
        ^
include/sampling/random_point_generators.hpp:60:14: note: in instantiation of function template specialization 'CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::Walk<Zonotope<point<Cartesian<double>>>>' requested here
        Walk walk(P, p, rng);
             ^
include/volume/volume_cooling_hpoly.hpp:172:27: note: in instantiation of function template specialization 'RandomPointGenerator<CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<Zonotope<point<Cartesian<double>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    RandomPointGenerator::apply(Z, q, N_times_nu, walk_length,
                          ^
include/volume/volume_cooling_hpoly.hpp:308:11: note: in instantiation of function template specialization 'get_sequence_of_zonopolys<RandomPointGenerator<CDHRWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>, ZonoIntersectHPoly<Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>>, Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>, Eigen::Matrix<double, -1, 1, 0>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    if ( !get_sequence_of_zonopolys<ZonoRandomPointGenerator, ZonoHP>
          ^
volume.cpp:286:28: note: in instantiation of function template specialization 'volume_cooling_hpoly<CDHRWalk, HPolytope<point<Cartesian<double>>>, Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
                    return volume_cooling_hpoly<CDHRWalk, Hpolytope>(ZP, rng, e, walkL, win_len);
                           ^
In file included from volume.cpp:17:
include/volume/volume_cooling_gaussians.hpp:166:48: warning: unused typedef 'viterator' [-Wunused-local-typedef]
    typedef typename std::vector<NT>::iterator viterator;
                                               ^
include/volume/volume_cooling_gaussians.hpp:221:35: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef typename Polytope::VT VT;
                                  ^
In file included from volume.cpp:20:
include/volume/volume_cooling_balls.hpp:707:35: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef typename Polytope::VT VT;
                                  ^
include/volume/volume_cooling_balls.hpp:708:31: warning: unused typedef 'PointList' [-Wunused-local-typedef]
    typedef std::list <Point> PointList;
                              ^
In file included from volume.cpp:21:
include/volume/volume_cooling_hpoly.hpp:269:31: warning: unused typedef 'PointList' [-Wunused-local-typedef]
    typedef std::list <Point> PointList;
                              ^
volume.cpp:34:30: warning: unused typedef 'Hpolytope' [-Wunused-local-typedef]
    typedef HPolytope<Point> Hpolytope;
                             ^
20 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c write_sdpa_format_file.cpp -o write_sdpa_format_file.o
In file included from write_sdpa_format_file.cpp:14:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from write_sdpa_format_file.cpp:18:
include/convex_bodies/spectrahedra/LMI.h:126:13: warning: unused variable 'at' [-Wunused-variable]
        int at = 0;
            ^
In file included from write_sdpa_format_file.cpp:20:
include/SDPAFormatManager.h:106:32: warning: unused variable 'sz' [-Wunused-variable]
        std::string::size_type sz;
                               ^
write_sdpa_format_file.cpp:52:28: warning: unused typedef 'RNGType' [-Wunused-local-typedef]
    typedef boost::mt19937 RNGType;
                           ^
4 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iexternal -Iexternal/lpsolve/headers/run_headers -Iexternal/minimum_ellipsoid -Iinclude -Iinclude/convex_bodies/spectrahedra -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I/opt/R/arm64/include   -DBOOST_NO_AUTO_PTR -fPIC  -falign-functions=64 -Wall -g -O2   -c zonotope_approximation.cpp -o zonotope_approximation.o
In file included from zonotope_approximation.cpp:10:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random.hpp:36:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/random/additive_combine.hpp:22:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined]
#  define BOOST_NO_AUTO_PTR
          ^
<command line>:2:9: note: previous definition is here
#define BOOST_NO_AUTO_PTR 1
        ^
In file included from zonotope_approximation.cpp:14:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:236:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
include/convex_bodies/hpolytope.h:315:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from zonotope_approximation.cpp:14:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:18:
include/convex_bodies/vpolytope.h:411:22: warning: unused variable 'j' [-Wunused-variable]
        unsigned int j;
                     ^
In file included from zonotope_approximation.cpp:14:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:20:
In file included from include/convex_bodies/zpolytope.h:19:
include/lp_oracles/zpolyoracles.h:52:10: warning: unused variable 'infinite' [-Wunused-variable]
    REAL infinite = get_infinite(lp); /* will return 1.0e30 */
         ^
In file included from zonotope_approximation.cpp:18:
include/volume/volume_cooling_hpoly.hpp:45:46: warning: unused variable 'N' [-Wunused-variable]
    int n = P.dimension(), m = b_max.size(), N = 1200, iter = 1, count = 0;
                                             ^
include/volume/volume_cooling_hpoly.hpp:45:66: warning: unused variable 'count' [-Wunused-variable]
    int n = P.dimension(), m = b_max.size(), N = 1200, iter = 1, count = 0;
                                                                 ^
include/volume/volume_cooling_hpoly.hpp:47:19: warning: unused variable 'print' [-Wunused-variable]
    bool too_few, print = false;
                  ^
include/volume/volume_cooling_hpoly.hpp:108:9: warning: unused variable 'n' [-Wunused-variable]
    int n = HP2.dimension(), iter = 1;
        ^
In file included from zonotope_approximation.cpp:17:
In file included from include/volume/volume_cooling_balls.hpp:13:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/distributions/students_t.hpp:16:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/beta.hpp:1721:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
      const T x_extrema = 1 / (1 + a);
              ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<long double>::temme_root_finder' requested here
      temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<long double, boost::math::policies::policy<detail::forwarding_arg1, detail::forwarding_arg2>>' requested here
               x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
                   ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<long double, boost::math::policies::policy<detail::forwarding_arg1, detail::forwarding_arg2>>' requested here
   rx = detail::ibeta_inv_imp(
                ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/t_distribution_inv.hpp:439:8: note: in instantiation of function template specialization 'boost::math::ibeta_inv<long double, long double, long double, long double, boost::math::policies::policy<>>' requested here
   x = ibeta_inv(df / 2, T(0.5), 2 * probability, &y, pol);
       ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/t_distribution_inv.hpp:458:35: note: in instantiation of function template specialization 'boost::math::detail::fast_students_t_quantile_imp<long double, boost::math::policies::policy<>>' requested here
      return boost::math::detail::fast_students_t_quantile_imp(df, p, pol, static_cast<std::false_type*>(nullptr));
                                  ^
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/math/special_functions/detail/t_distribution_inv.hpp:541:66: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   return policies::checked_narrowing_cast<T, forwarding_policy>(fast_students_t_quantile_imp(static_cast<value_type>(df), static_cast<value_type>(p), pol, static_cast<tag_type*>(nullptr)), "boost::math::students_t_quantile<%1%>(%1%,%1%,%1%)");
                                                                 ^
include/volume/volume_cooling_balls.hpp:90:40: note: in instantiation of function template specialization 'boost::math::quantile<double, boost::math::policies::policy<>>' requested here
                T = rs * (boost::math::quantile
                                       ^
include/volume/volume_cooling_balls.hpp:145:16: note: in instantiation of function template specialization 'check_convergence<point<Cartesian<double>>, Zonotope<point<Cartesian<double>>>, std::list<point<Cartesian<double>>>, double>' requested here
        pass = check_convergence<Point>(P, randPoints, too_few, ratio,
               ^
include/volume/volume_cooling_balls.hpp:299:11: note: in instantiation of function template specialization 'get_first_ball<Zonotope<point<Cartesian<double>>>, Ball<point<Cartesian<double>>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    if ( !get_first_ball(P, B0, ratio, radius, parameters, rng) )
          ^
include/volume/volume_cooling_balls.hpp:737:11: note: in instantiation of function template specialization 'get_sequence_of_polytopeballs<RandomPointGenerator<BilliardWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>, BallIntersectPolytope<Zonotope<point<Cartesian<double>>>, Ball<point<Cartesian<double>>>>, Ball<point<Cartesian<double>>>, Zonotope<point<Cartesian<double>>>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    if ( !get_sequence_of_polytopeballs
          ^
zonotope_approximation.cpp:103:19: note: in instantiation of function template specialization 'volume_cooling_balls<BilliardWalk, Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            vol = volume_cooling_balls<BilliardWalk>(ZP, rng, e, walkL, win_len);
                  ^
In file included from zonotope_approximation.cpp:14:
In file included from include/random_walks/random_walks.hpp:16:
In file included from include/random_walks/uniform_billiard_walk.hpp:17:
include/convex_bodies/hpolytope.h:313:12: warning: unused variable 'mult' [-Wunused-variable]
        NT mult;
           ^
include/convex_bodies/hpolytope.h:363:16: note: in instantiation of member function 'HPolytope<point<Cartesian<double>>>::line_intersect' requested here
        return line_intersect(r, v, Ar, Av, lambda_prev, true);
               ^
include/convex_bodies/zonoIntersecthpoly.h:134:43: note: in instantiation of member function 'HPolytope<point<Cartesian<double>>>::line_positive_intersect' requested here
        std::pair <NT, int> polypair = HP.line_positive_intersect(r, v, Ar, Av,
                                          ^
include/random_walks/uniform_billiard_walk.hpp:316:25: note: in instantiation of member function 'ZonoIntersectHPoly<Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>>::line_positive_intersect' requested here
                    = P.line_positive_intersect(_p, _v, _lambdas, _Av, _lambda_prev);
                        ^
include/random_walks/uniform_billiard_walk.hpp:221:9: note: in instantiation of function template specialization 'BilliardWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::initialize<ZonoIntersectHPoly<Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>>>' requested here
        initialize(P, p, rng);
        ^
include/sampling/random_point_generators.hpp:60:14: note: in instantiation of function template specialization 'BilliardWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>::Walk<ZonoIntersectHPoly<Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>>>' requested here
        Walk walk(P, p, rng);
             ^
include/volume/volume_cooling_hpoly.hpp:195:31: note: in instantiation of function template specialization 'RandomPointGenerator<BilliardWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>::apply<ZonoIntersectHPoly<Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>>, point<Cartesian<double>>, std::list<point<Cartesian<double>>>, PushBackWalkPolicy, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
        RandomPointGenerator::apply(ZHP2, q, N_times_nu, walk_length,
                              ^
include/volume/volume_cooling_hpoly.hpp:308:11: note: in instantiation of function template specialization 'get_sequence_of_zonopolys<RandomPointGenerator<BilliardWalk::Walk<Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>>, ZonoIntersectHPoly<Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>>, Zonotope<point<Cartesian<double>>>, HPolytope<point<Cartesian<double>>>, Eigen::Matrix<double, -1, 1, 0>, double, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
    if ( !get_sequence_of_zonopolys<ZonoRandomPointGenerator, ZonoHP>
          ^
zonotope_approximation.cpp:105:19: note: in instantiation of function template specialization 'volume_cooling_hpoly<BilliardWalk, HPolytope<point<Cartesian<double>>>, Zonotope<point<Cartesian<double>>>, BoostRandomNumberGenerator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>, double>>' requested here
            vol = volume_cooling_hpoly<BilliardWalk, Hpolytope>(ZP, rng, e, walkL, win_len);
                  ^
In file included from zonotope_approximation.cpp:16:
include/volume/volume_cooling_gaussians.hpp:166:48: warning: unused typedef 'viterator' [-Wunused-local-typedef]
    typedef typename std::vector<NT>::iterator viterator;
                                               ^
include/volume/volume_cooling_gaussians.hpp:221:35: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef typename Polytope::VT VT;
                                  ^
In file included from zonotope_approximation.cpp:17:
include/volume/volume_cooling_balls.hpp:707:35: warning: unused typedef 'VT' [-Wunused-local-typedef]
    typedef typename Polytope::VT VT;
                                  ^
include/volume/volume_cooling_balls.hpp:708:31: warning: unused typedef 'PointList' [-Wunused-local-typedef]
    typedef std::list <Point> PointList;
                              ^
In file included from zonotope_approximation.cpp:18:
include/volume/volume_cooling_hpoly.hpp:269:31: warning: unused typedef 'PointList' [-Wunused-local-typedef]
    typedef std::list <Point> PointList;
                              ^
16 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c colamd.c -o colamd.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_MDO.c -o lp_MDO.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_mipbb.c -o lp_mipbb.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_rlp.c -o lp_rlp.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c mmio.c -o mmio.o
mmio.c:26:9: warning: variable 'x' set but not used [-Wunused-but-set-variable]
    int x;
        ^
1 warning generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c commonlib.c -o commonlib.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_MPS.c -o lp_MPS.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_params.c -o lp_params.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_scale.c -o lp_scale.o
lp_scale.c:366:19: warning: variable 'error' set but not used [-Wunused-but-set-variable]
    double check, error;
                  ^
lp_scale.c:150:24: warning: variable 'ekm2' set but not used [-Wunused-but-set-variable]
         qkm2, qkqkm1, ekm2, ekekm1,
                       ^
lp_scale.c:150:10: warning: variable 'qkm2' set but not used [-Wunused-but-set-variable]
         qkm2, qkqkm1, ekm2, ekekm1,
         ^
lp_scale.c:632:16: warning: variable 'colMax' set but not used [-Wunused-but-set-variable]
  int     i,j, colMax, nz;
               ^
4 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_SOS.c -o lp_SOS.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_presolve.c -o lp_presolve.o
lp_presolve.c:466:51: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  int    colnr, ix, ie, nx, jx, je, *cols, *rows, n;
                                                  ^
lp_presolve.c:1997:18: warning: variable 'isMI' set but not used [-Wunused-but-set-variable]
  MYBOOL  hasOF, isMI, isDualFREE = TRUE;
                 ^
lp_presolve.c:4870:31: warning: variable 'unbounded' set but not used [-Wunused-but-set-variable]
  MYBOOL   candelete, isOFNZ, unbounded,
                              ^
lp_presolve.c:4877:46: warning: variable 'item' set but not used [-Wunused-but-set-variable]
           status = RUNNING, ix, j, countNZ, item;
                                             ^
lp_presolve.c:381:15: warning: unused function 'presolve_mustupdate' [-Wunused-function]
INLINE MYBOOL presolve_mustupdate(lprec *lp, int colnr)
              ^
5 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_simplex.c -o lp_simplex.o
lp_simplex.c:997:13: warning: variable 'epsvalue' set but not used [-Wunused-but-set-variable]
  LPSREAL   epsvalue, xviolated, cviolated,
            ^
In file included from lp_simplex.c:32:
../../headers/include/lp_presolve.h:99:12: warning: unused function 'presolve_nextrow' [-Wunused-function]
INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem);
           ^
../../headers/include/lp_presolve.h:100:12: warning: unused function 'presolve_nextcol' [-Wunused-function]
INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem);
           ^
../../headers/include/lp_presolve.h:110:12: warning: unused function 'presolve_rowlength' [-Wunused-function]
INLINE int presolve_rowlength(presolverec *psdata, int rownr)
           ^
../../headers/include/lp_presolve.h:119:12: warning: unused function 'presolve_collength' [-Wunused-function]
INLINE int presolve_collength(presolverec *psdata, int colnr)
           ^
In file included from lp_simplex.c:33:
../../headers/include/lp_price.h:48:16: warning: unused function 'normalizeEdge' [-Wunused-function]
INLINE LPSREAL normalizeEdge(lprec *lp, int item, LPSREAL edge, MYBOOL isdual);
               ^
In file included from lp_simplex.c:34:
../../headers/include/lp_pricePSE.h:23:15: warning: unused function 'applyPricer' [-Wunused-function]
INLINE MYBOOL applyPricer(lprec *lp);
              ^
7 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c yacc_read.c -o yacc_read.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c ini.c -o ini.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_crash.c -o lp_crash.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_price.c -o lp_price.o
lp_price.c:48:7: warning: variable 'candidatecolno' set but not used [-Wunused-but-set-variable]
      candidatecolno, candidatevarno = candidate->varno;
      ^
lp_price.c:47:7: warning: variable 'currentcolno' set but not used [-Wunused-but-set-variable]
  int currentcolno, currentvarno = current->varno,
      ^
lp_price.c:160:10: warning: variable 'currentcolno' set but not used [-Wunused-but-set-variable]
  int    currentcolno, currentvarno = current->varno,
         ^
lp_price.c:161:10: warning: variable 'candidatecolno' set but not used [-Wunused-but-set-variable]
         candidatecolno, candidatevarno = candidate->varno;
         ^
lp_price.c:663:24: warning: variable 'nz' set but not used [-Wunused-but-set-variable]
  int    i, j, ib, ie, nz, nc;
                       ^
lp_price.c:1561:15: warning: variable 'blockdata' set but not used [-Wunused-but-set-variable]
  partialrec *blockdata;
              ^
In file included from lp_price.c:6:
../../headers/include/lp_pricePSE.h:23:15: warning: unused function 'applyPricer' [-Wunused-function]
INLINE MYBOOL applyPricer(lprec *lp);
              ^
7 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_utils.c -o lp_utils.o
In file included from lp_utils.c:9:
../../headers/include/lp_bit.h:18:15: warning: unused function 'set_biton' [-Wunused-function]
MYINLINE void set_biton(MYBOOL *bitarray, int item)
              ^
../../headers/include/lp_bit.h:23:15: warning: unused function 'set_bitoff' [-Wunused-function]
MYINLINE void set_bitoff(MYBOOL *bitarray, int item)
              ^
../../headers/include/lp_bit.h:28:17: warning: unused function 'is_biton' [-Wunused-function]
MYINLINE MYBOOL is_biton(MYBOOL *bitarray, int item)
                ^
3 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_Hash.c -o lp_Hash.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_lib.c -o lp_lib.o
lp_lib.c:1254:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
    if((lp->objfromvalue == NULL) /* || (lp->objtillvalue == NULL) */) {
        ~~~~~~~~~~~~~~~~~^~~~~~~
lp_lib.c:1254:26: note: remove extraneous parentheses around the comparison to silence this warning
    if((lp->objfromvalue == NULL) /* || (lp->objtillvalue == NULL) */) {
       ~                 ^      ~
lp_lib.c:1254:26: note: use '=' to turn this equality comparison into an assignment
    if((lp->objfromvalue == NULL) /* || (lp->objtillvalue == NULL) */) {
                         ^~
                         =
lp_lib.c:1260:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
      if((lp->objfromvalue == NULL) /* || (lp->objtillvalue == NULL) */)
          ~~~~~~~~~~~~~~~~~^~~~~~~
lp_lib.c:1260:28: note: remove extraneous parentheses around the comparison to silence this warning
      if((lp->objfromvalue == NULL) /* || (lp->objtillvalue == NULL) */)
         ~                 ^      ~
lp_lib.c:1260:28: note: use '=' to turn this equality comparison into an assignment
      if((lp->objfromvalue == NULL) /* || (lp->objtillvalue == NULL) */)
                           ^~
                           =
lp_lib.c:7043:17: warning: variable 'k' set but not used [-Wunused-but-set-variable]
  int    i, ii, k = 0;
                ^
lp_lib.c:8994:26: warning: variable 'dualOF' set but not used [-Wunused-but-set-variable]
  LPSREAL scale0, value, dualOF;
                         ^
In file included from lp_lib.c:49:
../../headers/include/lp_presolve.h:99:12: warning: unused function 'presolve_nextrow' [-Wunused-function]
INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem);
           ^
../../headers/include/lp_presolve.h:100:12: warning: unused function 'presolve_nextcol' [-Wunused-function]
INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem);
           ^
../../headers/include/lp_presolve.h:110:12: warning: unused function 'presolve_rowlength' [-Wunused-function]
INLINE int presolve_rowlength(presolverec *psdata, int rownr)
           ^
../../headers/include/lp_presolve.h:119:12: warning: unused function 'presolve_collength' [-Wunused-function]
INLINE int presolve_collength(presolverec *psdata, int colnr)
           ^
In file included from lp_lib.c:55:
../../headers/include/lp_bit.h:23:15: warning: unused function 'set_bitoff' [-Wunused-function]
MYINLINE void set_bitoff(MYBOOL *bitarray, int item)
              ^
In file included from lp_lib.c:82:
../../headers/include/lp_price.h:48:16: warning: unused function 'normalizeEdge' [-Wunused-function]
INLINE LPSREAL normalizeEdge(lprec *lp, int item, LPSREAL edge, MYBOOL isdual);
               ^
In file included from lp_lib.c:83:
../../headers/include/lp_pricePSE.h:23:15: warning: unused function 'applyPricer' [-Wunused-function]
INLINE MYBOOL applyPricer(lprec *lp);
              ^
11 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_pricePSE.c -o lp_pricePSE.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_wlp.c -o lp_wlp.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_LUSOL.c -o lp_LUSOL.o
lp_LUSOL.c:209:7: warning: variable 'nz' set but not used [-Wunused-but-set-variable]
  int nz, inform;
      ^
lp_LUSOL.c:477:18: warning: variable 'kcol' set but not used [-Wunused-but-set-variable]
  int      i, k, kcol, deltarows = bfp_rowoffset(lp);
                 ^
2 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_matrix.c -o lp_matrix.o
lp_matrix.c:205:18: warning: variable 'oldrowsalloc' set but not used [-Wunused-but-set-variable]
  int    rowsum, oldrowsalloc;
                 ^
lp_matrix.c:3333:34: warning: variable 've' set but not used [-Wunused-but-set-variable]
  int      j, colnr, ib, ie, vb, ve;
                                 ^
In file included from lp_matrix.c:15:
../../headers/include/lp_price.h:48:16: warning: unused function 'normalizeEdge' [-Wunused-function]
INLINE LPSREAL normalizeEdge(lprec *lp, int item, LPSREAL edge, MYBOOL isdual);
               ^
In file included from lp_matrix.c:16:
../../headers/include/lp_pricePSE.h:23:15: warning: unused function 'applyPricer' [-Wunused-function]
INLINE MYBOOL applyPricer(lprec *lp);
              ^
4 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_report.c -o lp_report.o
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lusol.c -o lusol.o
In file included from lusol.c:757:
./lusol1.c:3359:34: warning: variable 'TSP' set but not used [-Wunused-but-set-variable]
  MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                                 ^
./lusol1.c:3359:29: warning: variable 'TRP' set but not used [-Wunused-but-set-variable]
  MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                            ^
./lusol1.c:3359:19: warning: variable 'TCP' set but not used [-Wunused-but-set-variable]
  MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                  ^
3 warnings generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -I/opt/R/arm64/include -I../../headers/include -I/Library/Frameworks/R.framework/Resources/include -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c myblas.c -o myblas.o
ar rc liblp_solve.a colamd.o lp_MDO.o lp_mipbb.o lp_rlp.o mmio.o commonlib.o lp_MPS.o lp_params.o lp_scale.o lp_SOS.o lp_presolve.o lp_simplex.o yacc_read.o ini.o lp_crash.o lp_price.o lp_utils.o lp_Hash.o lp_lib.o lp_pricePSE.o lp_wlp.o lp_LUSOL.o lp_matrix.o lp_report.o lusol.o myblas.o && ranlib liblp_solve.a
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o volesti.so RcppExports.o copula.o direct_sampling.o exact_vol.o frustum_of_simplex.o inner_ball.o load_sdpa_format_file.o poly_gen.o rotating.o rounding.o sample_points.o volume.o write_sdpa_format_file.o zonotope_approximation.o -Lexternal/lpsolve/build/lp_solve -llp_solve -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/volesti.Rcheck/00LOCK-volesti/00new/volesti/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (volesti)