Click or drag to resize

ScheduleEnricherParallelizeAsNeeded Method

Parallelize the scheduled search plan if it is to be parallelized. An action to be parallelized is split at the first loop into a header part and a body part, all subpatterns and nested patterns to be parallelized are switched to non- is-matched-flag-based isomorphy checking.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void ParallelizeAsNeeded(
	LGSPMatchingPattern matchingPattern
)

Parameters

matchingPattern
Type: de.unika.ipd.grGen.lgspLGSPMatchingPattern
See Also