 | LGSPGraphperThreadInIsoSpaceMatchedElementsGlobal Field |
a list which stores for each matcher thread the isomorphy spaces, each contains in a dictionary the elements matched globally
used in case the is-matched-bits in the per-thread flags array are not sufficient, employed during parallelized matching
the outermost list is read concurrently, so its dimension/content must be fixed before matching begins
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic List<List<Dictionary<IGraphElement, IGraphElement>>> perThreadInIsoSpaceMatchedElementsGlobal
Field Value
Type:
ListListDictionaryIGraphElement,
IGraphElement
See Also