igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Complex node attributes for subgraph isomorphism via vf2


From: Tamás Nepusz
Subject: Re: [igraph] Complex node attributes for subgraph isomorphism via vf2
Date: Tue, 17 Jan 2012 09:40:34 +0100

> Is there any way to create my own function to compare node attributes
> when using vf2 to find subgraph isomorphism?
Try igraph_subisomorphism_function_vf2():

http://igraph.sourceforge.net/doc/html/igraph_subisomorphic_function_vf2.html

It allows you to call a function when a subgraph isomorphism is found. You can 
check your extra conditions here and store the isomorphism if you need it.

Cheers,
Tamas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]