Thanks for the encouraging replies!
I opened a ticket:
http://trac.sagemath.org/sage_trac/ticket/13517
moritz
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from
There is support for this in qhull, at least numerically. This is somewhat
wrapped by Scipy:
http://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.Delaunay.html
It would be great to integrate that and your other suggestions into
PointConfigurations as Volker suggests.
-Marshall H
On 9/21/12 7:00 AM, Volker Braun wrote:
Sounds great. We already have a PointConfiguration class that lets you
iterate over the triangulations of the convex hull, your code should fit
in there perfectly. Definitely open a trac ticket, and please cc me on it.
And here are some more links to t
Sounds great. We already have a PointConfiguration class that lets you
iterate over the triangulations of the convex hull, your code should fit in
there perfectly. Definitely open a trac ticket, and please cc me on it.
On Friday, September 21, 2012 12:33:38 PM UTC+1, moritz wrote:
>
> I though