|
|
||||||
|
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).
void Read(const std::string &rFileName, const std::string &rLabel="", const Type *pContext=0) Read configuration data from file with label specified. Definition: cfl_types.cpp:261 vGenerator Generator Plain generator, api typedef for generator with no attributes. Definition: cfl_generator.h:3240 bool IsOCC(const System &rLowGen, const EventSet &rHighAlph) Verification of output control consistency (OCC). Definition: op_obserververification.cpp:86 bool IsLCC(const System &rLowGen, const EventSet &rHighAlph) Verification of local control consistency (LCC). Definition: op_obserververification.cpp:157 bool IsObs(const Generator &rLowGen, const EventSet &rHighAlph) Verification of the natural observer property. Definition: op_obserververification.cpp:38 Includes all libFAUDES headers, incl plugings Includes all observer plugin headers. libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |