Expistemic operators, quantification

This commit is contained in:
Artur Meski
2018-04-15 19:01:30 +01:00
parent 8a9ba95fed
commit 81e9d13ade
6 changed files with 19 additions and 3 deletions

View File

@@ -59,6 +59,10 @@ class SymRS
{
return pv_proc_enab_E;
}
BDDvec *getEncPVdrs_E(void)
{
return pv_drs_E;
}
BDDvec *getEncPartTrans(void)
{
return partTrans;
@@ -216,7 +220,7 @@ class SymRS
(per DRS process) */
vector<BDDvec> *pv_drs_succ; /*!< PVs for the product (successor)
part of state (per DRS process) */
BDDvec *pv_drs_E; /*!< Quantification BDDs for each process */
BDDvec *pv_drs_flat; /*!< PVs for the DRS product part of state (flat) */