sgtl.graph.to_edgelist¶
- sgtl.graph.to_edgelist(graph: sgtl.graph.Graph, filename: str)¶
Save the given graph object as an edgelist file.
- Parameters
graph – the graph to be saved.
filename – the edgelist filename.
Save the given graph object as an edgelist file.
graph – the graph to be saved.
filename – the edgelist filename.