4.1.9.1. graph/Automorphism

class Graph.Aut

An automorphism of a graph.

__getitem__(v)
Parameters:

v (Graph.Vertex) – the vertex to permute.

Returns:

the image of the given vertex under the permutation.

Return type:

Graph.Vertex

class Graph.AutGroup

A class representing the automorphism group of a Graph.

gens

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

Type:

AutGroupGensRange

class Graph.AutGroupGensRange

A random-access range of Graph.Aut.