http://www.perlmonks.org?node_id=866051


in reply to Re^2: How to compare two undirected graphs?
in thread How to compare two undirected graphs?

Don't know much about transistor schematics.

So your talking about identifying isomorphic subgraphs which are only connected via two nodes (IN and OUT) to the rest of the graph?

As long as those subgraphs are not too big you can simply use a brute force normalization of the incidence matrix, i.e. trying all permutations until certain criterias are optimized.

Sorry anything else is IMHO far too complicated for perlmonks, this doesn't only fill bookshelves it fills international conferences.

Cheers Rolf

  • Comment on Re^3: How to compare two undirected graphs?