Hi!
I have a problem of having more knowledge about a polytope making computation much much slower.
Here is a simple example: Take a cyclic polytope:
VERTICES
1 0 0 0
1 1 1 1
1 2 4 8
1 3 9 27
1 4 16 64
Suppose we know an inequality description but don't know that they're facets (although in this case, they all happen to be facets):
INEQUALITIES
0 2 -3 1
0 6 -5 1
0 12 -7 1
24 -26 9 -1
8 -14 7 -1
0 -4 5 -1
If you try to compute the f-vector giving only VERTICES, it takes less than 1 second, but if you give both VERTICES and INEQUALITIES, it takes 5 minutes!!
This is worrysome to me. Any suggestions? Let me know if I can be of any help in figuring out the problem. Thanks!
Josephine