Number of graph automorphisms
Using the below command in SAGE 8.2, the list of automorphisms for a graph could be attained. G.automorphism_group().list()
What is the command for computing the number of graph automorphoisms?