Click or drag to resize

PatternGraphparallelizedSchedule Field

Not-null in case of parallelization. Contains then exactly 2 entries. A parallelized matcher consists of a head (first, distributing and collecting work) and a body (following, doing real work). A pattern with maybe null action presets is not parallelized. The head and body schedules include negatives and independents, they are derived from schedulesIncludingNegativesAndIndependents by splitting at the first candidate-binding loop.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public ScheduledSearchPlan[] parallelizedSchedule

Field Value

Type: ScheduledSearchPlan
See Also