Sunday, April 03, 2005

maximum common graph

Maximal common subgraph (MCS) and simply connected common subgraph (SCCS): A subgraph of graph G is a new graph obtained from G by deleting some edges and vertices. A common subgraph of G1 and G2, CS(G1, G2), is a graph which is isomorphic to a subgraph of both G1 and G2. The maximal common subgraph of G1 and G2, MCS(G1, G2), is the CS(G1, G2) whose cardinality is not smaller than that of any other CS(G1, G2). A simply connected common subgraph, SCCS(G1, G2), is a CS(G1, G2) within which each vertex is connected to at least one other vertex. The MCS(G1, G2) must be a set of SCCS(G1, G2)'s.

0 Comments:

Post a Comment

<< Home