This commit is contained in:
Artur Meski
2018-04-03 20:37:38 +01:00
parent 6e54380f14
commit d8398085aa
2 changed files with 5 additions and 2 deletions

View File

@@ -681,8 +681,6 @@ void SymRS::encodeTransitions(void)
for (const auto &prod : products) {
*monoTrans *= encEntityProduction(proc_id, prod);
cout << rs->getProcessName(proc_id) << " " << rs->getEntityName(prod) << endl;
BDD_PRINT(encEntityProduction(proc_id, prod));
}
}
@@ -727,6 +725,7 @@ void SymRS::encodeInitStatesForCtxAut(void)
BDD SymRS::encActStrEntity(std::string name) const
{
assert(0); // TODO for rsCTL
/*
int id = getMappedStateToActID(rs->getEntityID(name));