Read and write graphs in GraphML format. http://graphml.graphdrawing.org/
The module currently supports simple graphs and not nested graphs or hypergraphs.
read_graphml(path) | Read graph in GraphML format from path. |
parse_graphml(lines) | Read graph in GraphML format from string. |