Click or drag to resize

IGraphHasSameStructure(IGraph) Method

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.1
Syntax
C#
bool HasSameStructure(
	IGraph that
)

Parameters

that  IGraph
The other graph we check for isomorphy against, neglecting attribute values

Return Value

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