Colored subgraph_isomorphism

Hi,

I was wondering if there is a way to use the subgraph_isomorphism
methods for graphs with colored edges?

Cheers

Anatol

Hi,

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

I've just included support for vertex/edge labels in
subgraph_isomorphism() in git revision 5781125c3dc

Cheers,
Tiago