Initial RS states vs initial CA states (they are incompatible)
This commit is contained in:
5
symrs.cc
5
symrs.cc
@@ -399,7 +399,8 @@ void SymRS::encode(void)
|
||||
VERB("Encoding done");
|
||||
}
|
||||
|
||||
BDD SymRS::encActStrEntity(std::string name) const {
|
||||
BDD SymRS::encActStrEntity(std::string name) const
|
||||
{
|
||||
int id = getMappedStateToActID(rs->getEntityID(name));
|
||||
if (id < 0)
|
||||
{
|
||||
@@ -409,3 +410,5 @@ BDD SymRS::encActStrEntity(std::string name) const {
|
||||
return encActEntity(getMappedStateToActID(rs->getEntityID(name)));
|
||||
}
|
||||
}
|
||||
|
||||
/** EOF **/
|
||||
|
||||
Reference in New Issue
Block a user