Home | Trees | Indices | Help |
---|
|
Fast checking to see if graphs are not isomorphic.
This isn't a graph isomorphism checker.
Date: $Date: 2005-05-31 17:00:13 -0600 (Tue, 31 May 2005) $
Author: Pieter Swart (swart@lanl.gov) Dan Schult (dschult@colgate.edu)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__credits__ =
|
|||
__revision__ =
|
|
Returns False if graphs G1 and G2 are definitely not isomorphic. True does NOT garantee isomorphism. Checks for matching degree, triangle, and number of cliques sequences. |
Returns False if graphs G1 and G2 are definitely not isomorphic. True does NOT garantee isomorphism. Checks for matching degree and triangle sequences. |
Returns False if graphs G1 and G2 are definitely not isomorphic. True does NOT garantee isomorphism. Checks for matching degree sequences in G1 and G2. |
Returns True if the graphs G1 and G2 are isomorphic and False otherwise. Uses the vf2 algorithm - see networkx.isomorphvf2 |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Aug 17 12:04:44 2008 | http://epydoc.sourceforge.net |