Parsing, printing... Context in CA

This commit is contained in:
Artur Meski
2018-03-29 17:01:28 +01:00
parent 38683e1041
commit 212321c6cb
9 changed files with 71 additions and 40 deletions

View File

@@ -50,7 +50,7 @@ typedef std::vector<int> StateEntityToAction;
struct CtxAutTransition {
State src_state;
Entities ctx;
EntitiesForProc ctx;
State dst_state;
};