27 Jan
2015
27 Jan
'15
11 a.m.
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? Regards -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
27 Jan
27 Jan
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>
3977
Age (days ago)
3977
Last active (days ago)
1 comments
2 participants
participants (2)
-
malwanain -
Tiago de Paula Peixoto