$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Graph Isomorphism
From: Evan Driscoll (driscoll_at_[hidden])
Date: 2011-06-23 21:29:55
On 06/23/2011 08:28 PM, Evan Driscoll wrote:
> In libs/graph/example/isomorphism.hpp, if I change undirectedS to
> bidirectionalS, then the answer changes from the two graphs being
> isomorphic to not. (It then proceeds to segfault when looking at the
> isomorphism map.)
BTW, I've tried this on Boost 1.33.1 (extremely old, I know) and 1.47
beta. So unless it was fixed then broken... :-)
Evan