Log in to edit a copy.
Download.
Other published documents...
k-regular graph of order n
2241 days ago by bigdata2016
n=7 k=4 m=n*k/2 L=list(graphs(n)) gg=[] p1=point((0,0),color='black') for G in L: if G.size()==m and G.is_connected() and G.is_regular(): gg.append(G) graphs_list.show_graphs(gg)