Started on encoding for CA

This commit is contained in:
Artur Meski
2018-03-26 13:10:26 +01:00
parent ee441ab390
commit fa587e6f2a
5 changed files with 82 additions and 18 deletions

View File

@@ -408,4 +408,24 @@ BDD SymRS::encActStrEntity(std::string name) const
}
}
BDD *SymRS::getEncCA_InitState(void)
{
return new BDD(BDD_TRUE);
}
vector<BDD> *SymRS::getEncCA_PV(void)
{
return new vector<BDD>();
}
vector<BDD> *SymRS::getEncCA_PVsucc(void)
{
return new vector<BDD>();
}
BDD *SymRS::getEncCA_Trans(void)
{
return new BDD(BDD_TRUE);
}
/** EOF **/