 | IGraphIsIsomorph(IDictionaryIGraph, SetValueType) Method |
Returns whether this graph is isomorphic to any of the set of graphs given (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.)
Don't call from a parallelized matcher!
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool IsIsomorph(
IDictionary<IGraph, SetValueType> graphsToCheckAgainst
)
Parameters
- graphsToCheckAgainst IDictionaryIGraph, SetValueType
- The other graph we check for isomorphy against
Return Value
Booleantrue if any of the graphs given is isomorphic to this, false otherwise
See Also