Hello,

The last couple days I've been working on adding a fair amount of
functionality to the combinat module of SAGE.  Mostly, I'd like to get
it roughly as feature-complete as mupad-combinat or combinatorica.

I was wondering the best way to go about integrating these changes
into SAGE, specifically naming conventions.  For example, there are
about 75 functions that apply to permuations of the form [1,2,3].
Right now, I just have them in permutation.py in combinat/ and am
importing them all through all.py.  Would it be better / more
consistent to just have all.py import permuation and then call the
routines through something like permutation.descents(p) ?

Thanks,
Mike


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to