Hello,
I am trying to solve large facet enumeration problems with GeoCalcLib. It works great for fairly large problems -- I have a V-representation cone in 18 dimensions with 30 rays. The resulting H-representation has about 50,000 facets. As a check, I can solve a linear program over the H and V representations separately and they give the same answer.
However, I would like to add more rays to the V-representation and perform facet enumeration on, say, 40 rays in 18 dimensions. When I do this, GeoCalcLib/lrs produces an H-representation with about 4,000,000 facets. However, in my test of solving a linear program over the H and V representations, each gives a different result. In general, do you know if LRS struggles with very large outputs? Or could there be numerical precision issues at this scale - might you recommend changing any settings for large problems?
Thanks!
Hello,
I am trying to solve large facet enumeration problems with GeoCalcLib. It works great for fairly large problems -- I have a V-representation cone in 18 dimensions with 30 rays. The resulting H-representation has about 50,000 facets. As a check, I can solve a linear program over the H and V representations separately and they give the same answer.
However, I would like to add more rays to the V-representation and perform facet enumeration on, say, 40 rays in 18 dimensions. When I do this, GeoCalcLib/lrs produces an H-representation with about 4,000,000 facets. However, in my test of solving a linear program over the H and V representations, each gives a different result. In general, do you know if LRS struggles with very large outputs? Or could there be numerical precision issues at this scale - might you recommend changing any settings for large problems?
Thanks!