 | LGSPGraphflagsPerThreadPerElement Field |
a list which stores for each parallel matcher thread, per graph element the flags with the matching state
each flag encodes a bounded amount of the is-matched-bits for the lowest isomorphy spaces,
the flag is a reduced version of the flags bitvector available in each graph element in case of single threaded matching
(the unique id of the graph elements is used as index into the flags array)
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic List<List<ushort>> flagsPerThreadPerElement
Field Value
Type:
ListListUInt16
See Also