Wrong output SubdigraphsMonomorphisms
#704
Labels
bug
A label for issues that are bugs
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
I have the graph
and I would like to compute all subgraphs isomorphic to K_{2,3} with
SubdigraphsMonomorphisms
.In my opinion the output here is wrong because the subgraph/transformation defined by
Transformation( [ 2, 5, 1, 3, 4 ] )
which is contained in the output ofMonomorphismsDigraphsRepresentatives(CompleteMultipartiteDigraph([2,3]),d)
is missing. This subgraph has a different edge set than the subgraphs defined by the returned transformations ofSubdigraphsMonomorphisms(CompleteMultipartiteDigraph([2,3]),d)
.The text was updated successfully, but these errors were encountered: