I want to highlight all the subgraphs isomorphic to $K{3,3}$ in a graph. I followed the codes from document (IGLADFindSubisomorphisms) and the number "30" should be correct (The built-in function (FindIsomorphicSubgraph[g, CompleteGraph[{3, 3}], All]) goes to verify). But some graphs from the output shows something not isomorphic to $K{3,3}$.
Cross-posted at how-to-properly-display-some-highlight-subgraphs.
I want to highlight all the subgraphs isomorphic to $K{3,3}$ in a graph. I followed the codes from document (
IGLADFindSubisomorphisms
) and the number "30" should be correct (The built-in function (FindIsomorphicSubgraph[g, CompleteGraph[{3, 3}], All]
) goes to verify). But some graphs from the output shows something not isomorphic to $K{3,3}$.Is there a problem with the sample code in the help documentation or is the function
IGLADFindSubisomorphisms
incorrect?Version information