Hi, I was wondering if there is a way to use the subgraph_isomorphism methods for graphs with colored edges? Cheers Anatol
Hi, On 06/11/2013 12:09 PM, Anatol Wegner wrote:
Hi,
I was wondering if there is a way to use the subgraph_isomorphism methods for graphs with colored edges?
This is actually implemented in the source code, but needs to be reflected in the python side. I had nod yet enabled it, since allowing all possible property maps increase the compilation memory requirements quite a bit. I need to make it so that all passed properties are mapped into integers... I'll see if I find some time to do this. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
On 06/12/2013 11:39 AM, Tiago de Paula Peixoto wrote:
Hi,
On 06/11/2013 12:09 PM, Anatol Wegner wrote:
Hi,
I was wondering if there is a way to use the subgraph_isomorphism methods for graphs with colored edges?
This is actually implemented in the source code, but needs to be reflected in the python side. I had nod yet enabled it, since allowing all possible property maps increase the compilation memory requirements quite a bit. I need to make it so that all passed properties are mapped into integers... I'll see if I find some time to do this.
I've just included support for vertex/edge labels in subgraph_isomorphism() in git revision 5781125c3dc Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
Anatol Wegner -
Tiago de Paula Peixoto