|
|
||||||
|
op_ex_verification.cpp
Go to the documentation of this file.
5 This tutorial explains the routines for verifying if the Lm-observer condition, output control consistency (OCC)
6 or local control consistency (LCC) are fulfilled for a given natural projection. The computations are carried out
43 // verify if the natural projection on the current highAlph is an Lm-observer and output the result.
54 //verify if the natural projection on highAlph fulfills OCC for the previously read generator and alphabet.
73 //verify if the natural projection on highAlph fulfills LCC. In this case, LCC is fulfilled (OCC implies LCC).
Definition: cfl_nameset.h:69 Definition: cfl_cgenerator.h:278 void Read(const std::string &rFileName, const std::string &rLabel="", const Type *pContext=0) Definition: cfl_types.cpp:262 bool IsOCC(const System &rLowGen, const EventSet &rHighAlph) Definition: op_obserververification.cpp:86 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 libFAUDES 2.33b --- 2025.05.07 --- c++ api documentaion by doxygen |