RS with context automaton (we embed CA with RS)

This commit is contained in:
Artur Meski
2018-03-03 21:19:13 +00:00
parent f121ce12fd
commit c853e40ad7
10 changed files with 93 additions and 149 deletions

2
mc.cc
View File

@@ -117,7 +117,7 @@ void ModelChecker::printReachWithSucc(void)
cleanup();
}
bool ModelChecker::checkReach(const RctSys::Entities testState)
bool ModelChecker::checkReach(const Entities testState)
{
if (opts->measure)
opts->ver_time = cpuTime();