Added encoding of the DRS state constraints to the context automaton
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user