How can I compute the minimal fixing set?
Having the automorphism group Aut(G) of graph G, what is the minimal set of nodes S where each automorphism in Aut(G) contains at least one of the nodes in a set S?
For small graphs it could be computed without using Sage or any other programming. However, for large graphs, writing a piece of code is necessary.
I am not sure that removing the details you gave in your first edit makes the question clearer.