This commit is contained in:
Artur Meski
2018-04-03 20:37:38 +01:00
parent 6e54380f14
commit d8398085aa
2 changed files with 5 additions and 2 deletions

4
mc.cc
View File

@@ -80,6 +80,10 @@ inline BDD ModelChecker::getSucc(const BDD &states)
}
q = (q.ExistAbstract(*pv_E)).SwapVariables(*pv_succ, *pv);
// we should have one BDD for cleaning up
// it should be calculated at the very beginning
q = q.ExistAbstract(*pv_ctx_E);
q = q.ExistAbstract(*pv_proc_enab_E);