It works!
This commit is contained in:
3
symrs.hh
3
symrs.hh
@@ -278,6 +278,7 @@ class SymRS
|
||||
|
||||
bool productEntityExists(Process proc_id, Entity entity) const;
|
||||
bool ctxEntityExists(Process proc_id, Entity entity) const;
|
||||
bool processUsesEntity(Process proc_id, Entity entity_id) const;
|
||||
|
||||
BDD encProcEnabled(Process proc_id) const
|
||||
{
|
||||
@@ -294,8 +295,6 @@ class SymRS
|
||||
return encEntitiesConj_raw(proc_id, entities, true);
|
||||
}
|
||||
|
||||
// ---- TODO below:
|
||||
|
||||
BDD encEntitiesDisj_raw(Process proc_id, const Entities &entities, bool succ);
|
||||
BDD encEntitiesDisj(Process proc_id, const Entities &entities)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user