#13879: Allow the computation of orbits on tuples and sets
----------------------------+-----------------------------------------------
Reporter: azi | Owner: joyner
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.6
Component: group theory | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
----------------------------+-----------------------------------------------
It is often useful to consider the group action of a permutation group G
acting in the natural way on sets and tuples of the original point set.
For example we need this thing in the graph theory module for testing edge
/arc-transitivity of graphs. Since there is currently no way to do this
directly in sage we use a (ugly) hack and call gap directly as
{{{
gap("OrbitLength("+str(A._gap_())+"," + str(e) + ",OnTuples);")
}}}
it would be nice if somehow we could implement the Orbit and Orbits method
of permutation groups to handle these actions as well.
I believe the patch to be quite simple but would like to hear what you
guys think and suggest before considering to implement it myself.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13879>
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.