#8169: include TOPCOM
----------------------------+-----------------------------------------------
Reporter: vbraun | Owner: AlexGhitza
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-feature
Component: geometry | Keywords:
Author: Volker Braun | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by mhampton):
I think this is a bug in the secondary polytope code, maybe from the
optional argument reduce_dimension not being set correctly in the
LatticePolytope call.
{{{
c = polytopes.n_cube(3)
p = PointConfiguration(c.vertices())
p.secondary_polytope()
}}}
...this results in:
{{{
RuntimeError: Error executing "poly.x -fv" for a polytope sequence!
Output:
poly.x: Vertex.c:613: Finish_Find_Equations: Assertion `_V->nv<64' failed.
Aborted
}}}
A similar command with an octahedron instead of a cube works fine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8169#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.