summaryrefslogtreecommitdiff
path: root/SA_PlanCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'SA_PlanCommands.h')
-rw-r--r--SA_PlanCommands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/SA_PlanCommands.h b/SA_PlanCommands.h
index cce56c20656..2bef292181b 100644
--- a/SA_PlanCommands.h
+++ b/SA_PlanCommands.h
@@ -371,6 +371,12 @@ namespace SA_POP {
std::map <TaskInstID, TaskInstSet> afters;
std::map <TaskInstID, TaskInstSet> simuls;
std::map <TaskInstID, TaskInstSet> unrankeds;
+
+ std::map <TaskInstID, TaskInstSet> befores_after_ex;
+ std::map <TaskInstID, TaskInstSet> afters_after_ex;
+ std::map <TaskInstID, TaskInstSet> simuls_after_ex;
+ std::map <TaskInstID, TaskInstSet> unrankeds_after_ex;
+
// PrecedenceGraph precedence_graph_;
};