Formatting, initial state encoding

This commit is contained in:
Artur Meski
2018-03-26 22:29:11 +01:00
parent 03cbf26afa
commit 1f01dce3cc
4 changed files with 77 additions and 55 deletions

5
mc.cc
View File

@@ -7,8 +7,7 @@ ModelChecker::ModelChecker(SymRS *srs, Options *opts)
cuddMgr = srs->getCuddMgr();
if (!srs->usingContextAutomaton())
initStates = srs->getEncInitStates();
initStates = srs->getEncInitStates();
totalStateVars = srs->getTotalStateVars();
@@ -35,7 +34,7 @@ ModelChecker::ModelChecker(SymRS *srs, Options *opts)
if (srs->usingContextAutomaton())
{
ca_init_state = srs->getEncCtxAutInitState();
// ca_init_state = srs->getEncCtxAutInitState();
pv_ca = srs->getEncCtxAutPV();
pv_ca_succ = srs->getEncCtxAutPVsucc();
ca_tr = srs->getEncCtxAutTrans();