Skip to content

Improve methods for deciding vertex and arc transitivity #157

Open
@markuspf

Description

@markuspf

A digraph is vertex transitive if its automorphism group acts transitively on its vertices, and it is arc transitive if its automorphism group acts transitively on its arcs.

This can be implemented trivially, but that involves computing the automorphism group of the graph.

There are further properties of graphs determined by the automorphism group which might be nice to have, and maybe some of the above properties can be (dis)proven using an algorithm that is more efficient than an automorphism group computation. (In which case I'd like to know said algorithm).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA label for PRs that provide enhancements.help wantedA label for issues or PRs where help is wantednewcomer-friendlyA label for issues that someone thought might be friendly newcomers.

    Type

    No type

    Projects

    Status

    Unassigned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions