3.1.11.1. graph/Automorphism

3.1.11.1.1. Class GraphAut

class mod.GraphAut

An automorphism of a graph.

__getitem__(v)
Parameters

v (GraphVertex) – the vertex to permute.

Returns

the image of the given vertex under the permutation.

Return type

GraphVertex

3.1.11.1.2. Class GraphAutGroup

class mod.GraphAutGroup

A class representing the automorphism group of a Graph.

gens

(Read-only) A range of the generators for the group.

Type

GraphAutGroupGensRange

3.1.11.1.3. Class GraphAutGroupGensRange

class mod.GraphAutGroupGensRange

A random-access range of GraphAut.