Maximum common induced subgraph
Appearance
In complexity theory, Maximum Common Subgraph-Isomorphism (MCS) is a decision problem that is known to be NP-complete. The formal description of the decision problem is as follows.
Maximum Common Subgraph-Isomorphism(G1, G2)
Input: Two graphs G1 and G2.
Question: Find the largest subgraph of G1 isomorphic to a subgraph of G2?
See also
References
- Michael R. Garey and David S. Johnson (1979). Computers and Intractability: A Guide to the Theory of NP-Completeness. W.H. Freeman. ISBN 0716710455. A1.4: GT48, pg.202.