I have a list of graphs that I take their canonical_label 's and then I save that list to a file.
Now I want to open that file and get sage graphs from the list of canonical_label 's
How can I do it?
Thank you!
1 | initial version |
I have a list of graphs that I take their canonical_label 's and then I save that list to a file.
Now I want to open that file and get sage graphs from the list of canonical_label 's
How can I do it?
Thank you!
2 | The strings that I am saving are the graph6_string (this detail was not included in my original question) |
I have a list of graphs that I take their canonical_label 's graph6_string and then I save that list to a file.
Now I want to open that file and get sage graphs from the list of canonical_label 'sgraph6_string
How can I do it?
Thank you!