I'm looking for graph $G$, $V(G) >2$, such that$G \cong Cay(Aut(G), S) $, where $Cay$ is the Cayley graph (considered as undirected graph) and $S$ is minimal generator of $G$.
I've written a GAP code that looped through $\Gamma$ groups, and formed $G'=Cay(\Gamma)$ and $G''=Cay(Aut(G')) $. After it checked if $G' \cong G''$ is true. It happened to be false for the first 1000 groups, except when $\Gamma$ is the trivial group and when it is isomorphic to $C_2$.
Now, I am not even sure what generator set was used by GAP. Is it possible that for other generator set it would work? Maybe if it isn't minimal?
Thanks in advance!