create:=proc(data::set); with(GraphTheory): G:=Graph(data); printf("My Graph is %a",G); save G,"C:\\Users\\Admin\\Desktop\\graph.txt"; end proc;