|
|
||||||
|
op_ex_synthesis.cpp
Go to the documentation of this file.
35 // compute an abstraction that is an Lm-observer while keeping the events in the original abstraction alphabet
113 std::cout << "# Lm-observer computed; the result can be found in the folder./results/ex_synthesis\n";
123 // compute an abstraction that is an Lm-observer and LCC whilc keeping the events in the original abstraction alphabet
135 std::cout << "################################################################################\n";
136 std::cout << "# Lm-observer computed; the result can be found in the folder./results/ex_synthesis\n";
137 std::cout << "################################################################################\n";
146 // compute an abstraction that is an Lm-observer and LCC whilc keeping the events in the original abstraction alphabet
158 std::cout << "################################################################################\n";
159 std::cout << "# MSA-observer omputed; the result can be found in the folder./results/ex_synthesis\n";
160 std::cout << "################################################################################\n";
164 // Synthesis of a natural projection that fulfills local control consistency (LCC) with relabeling
170 // compute an abstraction that is an Lm-observer and LCC whilc keeping the events in the original abstraction alphabet
182 std::cout << "################################################################################\n";
183 std::cout << "# Lm-observer with LCC computed; the result can be found in the folder./results/ex_synthesis\n";
184 std::cout << "################################################################################\n";
193 // compute an abstraction that is an Lm-observer and LCC whilc keeping the events in the original abstraction alphabet
205 std::cout << "################################################################################\n";
206 std::cout << "# MSA-observer with LCC computed; the result can be found in the folder./results/ex_synthesis\n";
207 std::cout << "################################################################################\n";
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 void Write(const Type *pContext=0) const Write configuration data to console. Definition: cfl_types.cpp:139 void GraphWrite(const std::string &rFileName, const std::string &rOutFormat="", const std::string &rDotExec="dot") const Produce graphical representation of this generator. Definition: cfl_generator.cpp:3847 TcGenerator< AttributeVoid, AttributeVoid, AttributeCFlags, AttributeVoid > System Convenience typedef for std System. Definition: cfl_cgenerator.h:913 void aProject(const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) Deterministic projection. Definition: cfl_project.cpp:1417 void calcAbstAlphObsLCC(System &rGenObs, EventSet &rHighAlph, EventSet &rNewHighAlph, map< Idx, set< Idx > > &rMapRelabeledEvents) Lm-observer computation including local control consistency (LCC). Definition: op_observercomputation.cpp:1171 void calcAbstAlphObs(System &rGenObs, EventSet &rHighAlph, EventSet &rNewHighAlph, map< Idx, set< Idx > > &rMapRelabeledEvents) Lm-observer computation. Definition: op_observercomputation.cpp:746 void calcAbstAlphMSA(System &rGenObs, EventSet &rHighAlph, EventSet &rNewHighAlph, map< Idx, set< Idx > > &rMapRelabeledEvents) MSA-observer computation. Definition: op_observercomputation.cpp:825 Int calcMSAObserverLCC(const Generator &rGen, const EventSet &rControllableEvents, EventSet &rHighAlph) MSA-observer computation including local control consistency (LCC) by adding events to the high-level... Definition: op_observercomputation.cpp:497 void calcAbstAlphClosed(System &rGenObs, EventSet &rHighAlph, EventSet &rNewHighAlph, map< Idx, set< Idx > > &rMapRelabeledEvents) L(G)-observer computation. Definition: op_observercomputation.cpp:667 Idx calcClosedObserver(const Generator &rGen, EventSet &rHighAlph) L(G)-observer computation by adding events to the high-level alphabet. Definition: op_observercomputation.cpp:413 void calcAbstAlphMSALCC(System &rGenObs, EventSet &rHighAlph, EventSet &rNewHighAlph, map< Idx, set< Idx > > &rMapRelabeledEvents) MSA-observer computation including local control consistency (LCC). Definition: op_observercomputation.cpp:1245 Int calcNaturalObserverLCC(const Generator &rGen, const EventSet &rControllableEvents, EventSet &rHighAlph) Lm(G)-observer computation including local control consistency (LCC) by adding events to the high-lev... Definition: op_observercomputation.cpp:454 Int calcNaturalObserver(const Generator &rGen, EventSet &rHighAlph) Lm(G)-observer computation by adding events to the high-level alphabet. Definition: op_observercomputation.cpp:433 Int calcMSAObserver(const Generator &rGen, EventSet &rHighAlph) MSA-observer computation by adding events to the high-level alphabet. Definition: op_observercomputation.cpp:476 Includes all libFAUDES headers, incl plugings libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |