27 Jan
2015
27 Jan
'15
11:05 a.m.
On 27.01.2015 12:00, malwanain wrote:
Hi
I've two graphs (.dot files) and I need to check if they are isomorphic or not. Do you have an example explaining how to load these files and check them in graph-tool?
a = load_graph("a.dot") b = load_graph("b.dot") print(isomorphism(a, b)) Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>