Skip to content

PermutationGroup.is_transitive is broken #3544

@boothby

Description

@boothby
sage: G = Graph({0:[1],1:[2]}); G.num_verts()
3
sage: A = G.automorphism_group(); A
Permutation Group with generators [(2,3)]
sage: A.is_transitive()
True
sage: A.gens()[0].list()
[1,3,2]

Huh? The cyclic group of order 2 acting on 3 letters is transitive?

CC: @aghitza

Component: algebra

Issue created by migration from https://trac.sagemath.org/ticket/3544

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions