Ticket #8030 (needs_review defect)
Strong generating system work only for transitive group
| Reported by: | nborie | Owned by: | joyner |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-4.3.4 |
| Component: | group_theory | Keywords: | |
| Cc: | sage-combinat | Author(s): | |
| Report Upstream: | N/A | Reviewer(s): | |
| Merged in: | Work issues: |
Description
My fault from #6647
The method from Gap work only for transitive group.
sage: G = PermutationGroup([[(3,4)]]) sage: G.strong_generating_system() [[()], [()], [()], [()]] sage: G.strong_generating_system(base_of_group=[3,1,2,4]) [[(), (3,4)], [()], [()], [()]]
If the first position is not moved by the permutation Group. Errors appears...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

