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
The macro VOLESTIPY is used to exclude the header files that call the lpsolve library. See for example ./include/convex_bodies/hpolytope.h, where the lpsolve is used to compute the maximum inscribed ball of an H-polytope.
We should restructure the code such that VOLESTIPY macro is not needed any more.
The text was updated successfully, but these errors were encountered:
The macro VOLESTIPY is used to exclude the header files that call the
lpsolve
library. See for example./include/convex_bodies/hpolytope.h
, where the lpsolve is used to compute the maximum inscribed ball of an H-polytope.We should restructure the code such that VOLESTIPY macro is not needed any more.
The text was updated successfully, but these errors were encountered: