#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):
Here's a simpler example with similar problems.
{{{
sage: p =
[[0,0,0,1],[0,3,0,1],[3,0,0,1],[0,0,1,1],[0,3,1,1],[3,0,1,1],[1,1,2,1]]
sage: pc = PointConfiguration(p)
sage: t = pc.triangulations_list()
sage: len(t)
0
}}}
And this blows up:
{{{
sage: pc.restrict_to_nonregular_triangulations()
sage: t = pc.triangulations_list()
}}}
Is this the same problem that is noted by the line:
# TOPCOM bug: points2alltriangs --nonregular does not work
?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8169#comment:23>
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.