id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
12656,`vf2_subgraph_iso` fails to find matchings in mutually connected vertices,araijn@…,Jeremiah Willcock,"The attached example tries to find `graph1` in `graph2` defined as follows:\\
`graph1`
{{{
(0) ---> (1)
}}}
`graph2`
{{{
+--------+
V |
(0) ---> (1) ---> (2)
}}}
I expect that `vf2_subgraph_iso` finds matchings `(0) ---> (1)`, `(1) ---> (2)`, and `(2) ---> (1)`, but it finds `(0) ---> (1)` only. ",Bugs,new,To Be Determined,graph,Boost Release Branch,Problem,,,