libFAUDES

Sections

Index

op_obserververification.h File Reference

Methods to verify the obsrver condition for natural projections. More...

#include "corefaudes.h"
#include "op_debug.h"
#include "op_observercomputation.h"
#include <map>
#include <vector>
#include <stack>

Go to the source code of this file.

Namespaces

namespace  faudes
 

libFAUDES resides within the namespace faudes.


Functions

bool faudes::IsObs (const vGenerator &rLowGen, const EventSet &rHighAlph)
 Verification of the natural observer property.
bool faudes::IsMSA (const vGenerator &rLowGen, const EventSet &rHighAlph)
 Verification of the MSA 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, std::map< Idx, bool > &rLocalStatesMap, StateSet &rDoneStates)
 Function that supports the verification of local control consistency (LCC).

Detailed Description

Methods to verify the obsrver condition for natural projections.

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.h.

libFAUDES 2.18b --- 2010-12-17 --- c++ source docu by doxygen 1.6.3