First time here? Check out the FAQ!
answered 2019-04-03 09:37:52 +0100
instead of graph(8), use graphs.nauty_geng("8 -c") to get only connected graphs.
graph(8)
graphs.nauty_geng("8 -c")