Click or drag to resize

IGraphHasSameStructure Method (IGraph)

Returns whether this graph is isomorphic to that graph, neglecting the attribute values, only structurally

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

Parameters

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

Return Value

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