Common Knowledge operators support
This commit is contained in:
3
mc.hh
3
mc.hh
@@ -61,13 +61,14 @@ class ModelChecker
|
||||
BDD statesEUctx(const BDD *contexts, const BDD &statesA, const BDD &statesB);
|
||||
BDD statesEFctx(const BDD *contexts, const BDD &states);
|
||||
BDD statesNK(const BDD &states, Process proc_id);
|
||||
BDD statesNC(const BDD &states, ProcSet processes);
|
||||
|
||||
BDD getIthOnly(Process proc_id);
|
||||
|
||||
void cleanup(void);
|
||||
|
||||
void reorder(void);
|
||||
|
||||
|
||||
public:
|
||||
ModelChecker(SymRS *srs, Options *opts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user