Jump to content

Maximum common edge subgraph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by A3nm (talk | contribs) at 16:55, 4 June 2012 (create stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Given two graphs and , the maximum common edge subgraph problem is the problem of finding a graph with a maximal number of edges which is isomorphic to a subgraph of and a subgraph of .

The maximum common edge subgraph problem on general graphs is NP-complete as it is a generalization of subgraph isomorphism. Unless and are required to have the same number of vertices, the problem is APX-hard.