Click or drag to resize

ScheduleEnricherParallelizeHeadBody Method

Parallelize the scheduled search plan to the branching factor, splitting it at the first loop into a header part and a body part

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void ParallelizeHeadBody(
	LGSPRulePattern rulePattern
)

Parameters

rulePattern  LGSPRulePattern
 
See Also