Module io

Module io 

Source

Functionsยง

load_edge_list
Load a graph from a simple edge list: whitespace-separated pairs u v per line. Node ids must be 0-based; the graph size is inferred as max(id)+1.
load_vf_legacy
Load a graph from the VF legacy text format used in test files. Format gist: