Scalable formula
This commit is contained in:
6
symrs.cc
6
symrs.cc
@@ -596,7 +596,6 @@ BDD SymRS::encEnabledness(Process prod_proc_id, Entity entity_id)
|
||||
|
||||
auto production_conditions = prod_conds[prod_proc_id][entity_id];
|
||||
|
||||
|
||||
VERB_LN(5, "| Produce " << rs->getEntityName(entity_id) << " in " << rs->getProcessName(prod_proc_id) << ":");
|
||||
|
||||
for (const auto &cond : production_conditions) {
|
||||
@@ -639,6 +638,11 @@ BDD SymRS::encEnabledness(Process prod_proc_id, Entity entity_id)
|
||||
|
||||
} // END FOR: cond
|
||||
|
||||
if (opts->reorder_trans) {
|
||||
VERB_L2("Reordering");
|
||||
Cudd_ReduceHeap(cuddMgr->getManager(), CUDD_REORDER_SIFT, 10000);
|
||||
}
|
||||
|
||||
return enab;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user