Click or drag to resize

ScheduleEnricherMergeNegativeAndIndependentSchedulesIntoEnclosingSchedules Method

Negative/Independent schedules are merged as an operation into their enclosing schedules, at a position determined by their costs but not before all of their needed elements were computed

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void MergeNegativeAndIndependentSchedulesIntoEnclosingSchedules(
	PatternGraph patternGraph,
	bool lazyNegativeIndependentConditionEvaluation
)

Parameters

patternGraph
Type: de.unika.ipd.grGen.lgspPatternGraph
lazyNegativeIndependentConditionEvaluation
Type: SystemBoolean
See Also