Changes between Initial Version and Version 1 of Ticket #16741
- Timestamp:
- 07/30/14 09:59:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16741
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
u/ncohen/16741
-
Property
Status
changed from
-
Ticket #16741 – Description
initial v1 2 2 3 3 {{{ 4 4 sage: designs.IncidenceStructure([[(1,2),(3,4)]]).automorphism_group() 5 ... 6 ValueError: Invalid permutation vector: [(3, 4), (1, 2)] 5 7 }}} 6 8 … … 8 10 9 11 {{{ 10 12 sage: designs.IncidenceStructure([[(1,2),(3,4)]]).automorphism_group() 13 Permutation Group with generators [((1,2),(3,4))] 11 14 }}}