Click or drag to resize

IGraphIsIsomorph Method (IGraph)

Returns whether this graph is isomorphic to that graph (including the attribute values) If a graph changed only in attribute values since the last comparison, results will be wrong! (Do a fake node insert and removal to ensure the graph is recognized as having changed.)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
bool IsIsomorph(
	IGraph that
)

Parameters

that
Type: de.unika.ipd.grGen.libGrIGraph
The other graph we check for isomorphy against

Return Value

Type: Boolean
true if that is isomorphic (structure and attributes) to this, false otherwise
See Also