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
-