The observer condition is, e.g., defined in K. C. Wong and W. M. Wonham, “Hierarchical control of discrete-event systems,” Discrete Event Dynamic Systems: Theory and Applications, 1996. In addition, methods to verify output control consistency (OCC) and local control consistency (LCC) are provided. See for example K. Schmidt and C. Breindl, "On Maximal Permissiveness of Hierarchical and Modular Supervisory Control Approaches for Discrete Event Systems," Workshop on Discrete Event Systems, 2008.
Definition in file op_obserververification.cpp.
#include "op_obserververification.h"
Go to the source code of this file.
Namespaces | |
namespace | faudes |
Functions | |
bool | faudes::IsObs (const Generator &rLowGen, const EventSet &rHighAlph) |
Verification of the observer property. | |
bool | faudes::IsOCC (const cGenerator &rLowGen, const EventSet &rHighAlph) |
Verification of output control consistency (OCC). | |
bool | faudes::IsOCC (const Generator &rLowGen, const EventSet &rControllableEvents, const EventSet &rHighAlph) |
Verification of output control consistency (OCC). | |
bool | faudes::backwardVerificationOCC (const Generator &rLowGen, const EventSet &rControllableEvents, const EventSet &rHighAlph, Idx currentState) |
Function that supports the verification of output control consistency (OCC). | |
bool | faudes::IsLCC (const cGenerator &rLowGen, const EventSet &rHighAlph) |
Verification of local control consistency (LCC). | |
bool | faudes::IsLCC (const Generator &rLowGen, const EventSet &rControllableEvents, const EventSet &rHighAlph) |
Verification of local control consistency (LCC). | |
void | faudes::backwardVerificationLCC (const TransSetX2EvX1 &rTransSetX2EvX1, const EventSet &rControllableEvents, const EventSet &rHighAlph, Idx exitState, Idx currentState, bool controllablePath, map< Idx, bool > &rLocalStatesMap, StateSet &rDoneStates) |
Function that supports the verification of local control consistency (LCC). |