Using polymake 4.11 on Debian. I'm re-inventing bipyramid to have more control over the geometry, but I'm confused by the error message I get from the following use application "polytope"; my $p=new Polytope(POINTS=> [ [1,0,1,1], [1,1,0,1], [1,1,1,0], [1,1,1,1], [1,1/3,1/3,1/3] ] ); my $q=...