Read graph in LEDA format from path.
Parameters : | path : file or string
|
---|---|
Returns : | G : NetworkX graph |
References
[R235] | http://www.algorithmic-solutions.info/leda_guide/graphs/leda_native_graph_fileformat.html |
Examples
G=nx.read_leda(‘file.leda’)