4 Feb
2015
4 Feb
'15
5 p.m.
On 04.02.2015 17:53, malwanain wrote:
Hi
Given two graphs G1 and G2, when we check the isomorphism, the graph-tool return True. Is there any command to show the mapping between these graphs?
Yes, please look at the documentation: https://graph-tool.skewed.de/static/doc/topology.html#graph_tool.topology.is... You need to pass "isomap=True" to the function. -- Tiago de Paula Peixoto <tiago@skewed.de>