I'me using subgraph isomorphism which comparing two graphs and the result is
as follows:

>>> print(subgraph_isomorphism(a, b)) 
[<PropertyMap object with key type 'Vertex' and value type 'int32_t', for
Graph 0x10f52ff10, at 0x11e6eedd0, with values:
[ 0  1  2  3  4  6  7  8  9 10  5]>, <PropertyMap object with key type
'Vertex' and value type 'int32_t', for Graph 0x10f52ff10, at 0x11e6eea10,
with values:
[ 0  1  2  3  4  6  7  8  9 10 11]>]

My question is that is there any way to get full information about these
numbers?(Vertex name or something)?

regards




--
View this message in context: 
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/subgraph-isomorphism-getting-values-tp4025981.html
Sent from the Main discussion list for the graph-tool project mailing list 
archive at Nabble.com.
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to