Expistemic operators, quantification
This commit is contained in:
6
symrs.hh
6
symrs.hh
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user