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

@@ -87,9 +87,7 @@ class StateConstr
std::string toStr(void) const;
BDD getBDD(const SymRS *srs) const {
return getBDDforContext(srs);
}
BDD getBDD(const SymRS *srs, bool encode_context) const;
BDD getBDDforContext(const SymRS *srs) const;
BDD getBDDforState(const SymRS *srs) const;