 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic static void MergeNegativeAndIndependentSchedulesIntoEnclosingSchedules(
PatternGraph patternGraph,
bool lazyNegativeIndependentConditionEvaluation
)
Parameters
- patternGraph PatternGraph
-
- lazyNegativeIndependentConditionEvaluation Boolean
-
See Also