Encoding DRS transition relation

This commit is contained in:
Artur Meski
2018-04-02 22:17:47 +01:00
parent f73ebdd4bf
commit 9a8255a355
6 changed files with 113 additions and 205 deletions

4
mc.cc
View File

@@ -191,7 +191,9 @@ bool ModelChecker::checkReach(const Entities testState)
opts->ver_time = cpuTime();
}
BDD st = srs->getEncState(testState);
// BDD st = srs->getEncState(testState);
BDD st = BDD_FALSE;
assert(0);
BDD reach = *initStates;
BDD reach_p = cuddMgr->bddZero();