Modular product of graphs

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
File:Modular product.png
The modular product of graphs.

In graph theory, the modular product of graphs G and H is a graph such that

  • the vertex set of the modular product of G and H is the cartesian product V(G) ×  V(H); and
  • any two vertices (uv) and (u'v' ) are adjacent in the modular product of G and H if and only if either
    • u is adjacent with u' and v is adjacent with v' , or
    • u is not adjacent with u' and v is not adjacent with v' .

Cliques in the modular product graph correspond to isomorphisms of induced subgraphs of G and H. Therefore, the modular product graph can be used to reduce problems of induced subgraph isomorphism to problems of finding cliques in graphs. Specifically, the largest graph that is an induced subgraph of both G and H corresponds to the maximum clique in their modular product. Although the problems of finding largest common induced subgraphs and of finding maximum cliques are both NP-complete, this reduction allows clique-finding algorithms to be applied to the common subgraph problem.

References

  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..

<templatestyles src="Asbox/styles.css"></templatestyles>