You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install volesti 1.1.4 with instruction in the link, the error information is :
"In file included from ../../include/convex_bodies/hpolytope.h:21,
from ../../include/volume/volume_sequence_of_balls.hpp:21,
from direct_sampling.cpp:19:
../../include/lp_oracles/solve_lp.h:32:10: fatal error: lp_lib.h: No such file or directory
#include "lp_lib.h"
^~~~~~~~~~
compilation terminated."
I think the error is related to the fact that lp_solve is not included in volesti directory root/include/lp_oracles. I understand that lp_solve is designed to be downloaded in the complie process. However, it did not work in this case.
Could you please update the installation instruction applicable to v 1.1.4?
Or is it possible to update the CRAN version to v1.1.4? The link is https://cran.r-project.org/web/packages/volesti/index.html.
I think another possible solution is to provide an additional version with lp_solve included locally, like v1.1.3.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hello everyone, I am trying to upgrade Volesti from 1.1.3 to 1.1.4 in R. The operation system is win10, with R 4.1.0 and Rtools properly installed.
The installation instruction in the following link can successfully install volesti 1.1.3, howerver, it cannot install volesti 1.1.4 successfully. https://github.com/GeomScale/volesti/blob/2e6572d9ba757de311f2a55b09abf8f9c02e932e/doc/r_interface.md
I tried to install volesti 1.1.4 with instruction in the link, the error information is :
"In file included from ../../include/convex_bodies/hpolytope.h:21,
from ../../include/volume/volume_sequence_of_balls.hpp:21,
from direct_sampling.cpp:19:
../../include/lp_oracles/solve_lp.h:32:10: fatal error: lp_lib.h: No such file or directory
#include "lp_lib.h"
^~~~~~~~~~
compilation terminated."
I think the error is related to the fact that lp_solve is not included in volesti directory root/include/lp_oracles. I understand that lp_solve is designed to be downloaded in the complie process. However, it did not work in this case.
Could you please update the installation instruction applicable to v 1.1.4?
Or is it possible to update the CRAN version to v1.1.4? The link is https://cran.r-project.org/web/packages/volesti/index.html.
I think another possible solution is to provide an additional version with lp_solve included locally, like v1.1.3.
Thanks a lot!
The text was updated successfully, but these errors were encountered: