Recognizing Composite Graphs is Equivalent to Testing Graph Isomorphism
暂无分享,去创建一个
We consider composition, a graph multiplication operator defined by Harary and Sabidussi, from a complexity theoretic point of view. If G and H are undirected graphs without self-loops, then the composite graph $G[H]$ has vertex set $V(G) \times V(H)$ and edge set $\{ (g_1 ,h_1 ) \text{---} (g_2 ,h_2 ):g_1 \text{---} g_2 \in E(G){\text{ or }}g_1 = g_2 {\text{ and }}h_1 \text{---} h_2 \in E(H)\} $. We show that the complexity of testing whether an arbitrary graph can be written nontrivially as the composition of two smaller graphs is the same, to within polynomial factors, as the complexity of testing whether two graphs are isomorphic.