Added encoding of the DRS state constraints to the context automaton

This commit is contained in:
Artur Meski
2018-10-07 21:45:28 +01:00
parent ac97db8ead
commit 469ca7e46b
4 changed files with 21 additions and 15 deletions

View File

@@ -234,7 +234,7 @@ void FormRSCTLK::encodeActions(const SymRS *srs)
// }
// }
if (boolCtx != nullptr) {
*actions_bdd = boolCtx->getBDD(srs);
*actions_bdd = boolCtx->getBDDforContext(srs);
}
else {
assert(0);