Hi Daniel, > I'm curious about the availability of existing algorithms/libraries > accessible from within SAGE for generating Voronoi graphs. I've > looked at the <a href = http://www.sagemath.org:9001/graph_survey">Graph > Survey</a> page, and it looks as if there are references to Graph Base > at Stanford. I know that Octave has <a href = "http:// > octave.sourceforge.net/doc/f/voronoi.html">a voronoi function</a>, and > I assume I can just refer to that from within SAGE; but I wasn't sure > if there weren't a more direct way. I've searched through SciPy's > documentation and haven't found a specific implementation.
I am not aware of any either. But such a functionality would be very useful. There are quite some opensource programs for that - would you consider maybe packing some as a spkg package for Sage? That way other people (like me:), could easily reuse it. Or maybe just extracting the algorithm (I think there are even some in Python), or wrap it with Cython if it's in C. (btw, Cython is a very cool project). Thanks a lot, Ondrej --~--~---------~--~----~------------~-------~--~----~ 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-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
