Types in separate file. Other stuff...

This commit is contained in:
Artur Meski
2018-03-26 10:47:46 +01:00
parent 600f5c0daa
commit 44ea91c10e
5 changed files with 47 additions and 6 deletions

View File

@@ -320,7 +320,7 @@ void SymRS::encodeInitStates(void)
if (opts->part_tr_rel)
assert(partTrans != nullptr);
#endif
initStates = new BDD(BDD_FALSE);
for (auto state = rs->initStates.begin();