I'm making a program which requires adjacency matrices of undirected graphs. In particular, I'd like the adjacency matrices for the graphs in this wiki link:
http://en.wikipedia.org/wiki/Graph_automorphism
Some of these graphs are big so I do not want to sit around all day typing in all the matrices. Can someone please refer me to either a program or book where I can find such adjacency matrices?
Thanks in advance! :)