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:
An automorphism of a graph.
v (Graph.Vertex) – the vertex to permute.
the image of the given vertex under the permutation.