atom -> entity

This commit is contained in:
Artur Meski
2018-02-17 17:09:17 +00:00
parent ae01b78563
commit 6dbdd586d6
9 changed files with 202 additions and 189 deletions

2
mc.hh
View File

@@ -67,7 +67,7 @@ public:
void printReach(void);
void printReachWithSucc(void);
bool checkReach(const RctSys::Atoms testState);
bool checkReach(const RctSys::Entities testState);
bool checkRSCTL(FormRSCTL *form);
bool checkRSCTLfull(FormRSCTL *form);
bool checkRSCTLbmc(FormRSCTL *form);