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.1
Syntax
C#
public static void MergeNegativeAndIndependentSchedulesIntoEnclosingSchedules(
	PatternGraph patternGraph,
	bool lazyNegativeIndependentConditionEvaluation
)

Parameters

patternGraph  PatternGraph
 
lazyNegativeIndependentConditionEvaluation  Boolean
 
See Also