|
|
||||||
|
op_obserververification.h
Go to the documentation of this file.
125 extern FAUDES_API bool IsOCC(const Generator& rLowGen, const EventSet& rControllableEvents, const EventSet& rHighAlph);
146 extern FAUDES_API bool backwardVerificationOCC(const Generator& rLowGen, const EventSet& rControllableEvents, const EventSet& rHighAlph, Idx currentState);
152 * high-level event is feasible, at least one local state cannot be reached by an uncontrollable path, LCC is violated.
171 * high-level event is feasible, at least one local state cannot be reached by an uncontrollable path, LCC is violated.
184 extern FAUDES_API bool IsLCC(const Generator& rLowGen, const EventSet& rControllableEvents, const EventSet& rHighAlph);
211 extern FAUDES_API void backwardVerificationLCC(const TransSetX2EvX1& rTransSetX2EvX1, const EventSet& rControllableEvents, const EventSet& rHighAlph, Idx exitState, Idx currentState, bool controllablePath, std::map<Idx, bool>& rLocalStatesMap, StateSet& rDoneStates);
Definition: cfl_indexset.h:78 Definition: cfl_nameset.h:69 Definition: cfl_transset.h:242 TcGenerator< AttributeVoid, AttributeVoid, AttributeCFlags, AttributeVoid > System Definition: cfl_cgenerator.h:921 bool IsOCC(const System &rLowGen, const EventSet &rHighAlph) Definition: op_obserververification.cpp:86 bool IsMSA(const Generator &rLowGen, const EventSet &rHighAlph) Definition: op_obserververification.cpp:62 bool IsLCC(const System &rLowGen, const EventSet &rHighAlph) Definition: op_obserververification.cpp:157 bool IsObs(const Generator &rLowGen, const EventSet &rHighAlph) Definition: op_obserververification.cpp:38 Definition: cfl_agenerator.h:43 bool backwardVerificationOCC(const Generator &rLowGen, const EventSet &rControllableEvents, const EventSet &rHighAlph, Idx currentState) Definition: op_obserververification.cpp:120 FAUDES_API void backwardVerificationLCC(const TransSetX2EvX1 &rTransSetX2EvX1, const EventSet &rControllableEvents, const EventSet &rHighAlph, Idx exitState, Idx currentState, bool controllablePath, std::map< Idx, bool > &rLocalStatesMap, StateSet &rDoneStates) libFAUDES 2.33c --- 2025.05.15 --- c++ api documentaion by doxygen |