[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] graph isomorphism bug
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] graph isomorphism bug |
Date: |
Mon, 17 Sep 2012 23:03:40 +0200 |
> If I load them as edgelist, then only the directed version is quick,
> the undirected one takes long, maybe forever. LAD is very fast on the
> undirected one as well.
Good catch. Indeed I tried only the directed version.
The BLISS isomorphism algorithm is also very fast and it does not require the
instalation of the development version, so maybe the original poster could also
try that.
T.