Common Knowledge operators support

This commit is contained in:
Artur Meski
2018-11-24 12:58:26 +00:00
parent ff0031244e
commit 34f7b503c1
6 changed files with 77 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ struct Reaction {
typedef unsigned int Process;
typedef std::vector<std::string> ProcessesById;
typedef std::map<std::string, Process> ProcessesByName;
typedef std::set<Process> ProcSet;
typedef std::vector<Reaction> Reactions;
typedef std::map<Process, Reactions> ReactionsForProc;