|
|
||||||
|
syn_functions.h
Go to the documentation of this file.
69 extern FAUDES_API bool IsRelativelyMarked(const Generator& rGenPlant, const Generator& rGenCand);
109 extern FAUDES_API bool IsRelativelyPrefixClosed(const Generator& rGenPlant, const Generator& rGenCand);
153 * This version of SupRelativelyPrefixClosed performs no consistency test of the given parameter.
215 extern FAUDES_API bool IsRelativelyOmegaMarked(const Generator& rGenPlant, const Generator& rGenCand);
257 extern FAUDES_API bool IsRelativelyOmegaClosed(const Generator& rGenPlant, const Generator& rGenCand);
272 extern FAUDES_API bool IsRelativelyOmegaClosedUnchecked(const Generator& rGenPlant, const Generator& rGenCand);
Includes all libFAUDES headers, no plugins. vGenerator Generator Plain generator, api typedef for generator with no attributes. Definition: cfl_generator.h:3240 bool IsRelativelyMarked(const Generator &rGenPlant, const Generator &rGenCand) Test for relative marking. Definition: syn_functions.cpp:43 bool IsRelativelyOmegaMarked(const Generator &rGenPlant, const Generator &rGenCand) Test for relative marking, omega langauges. Definition: syn_functions.cpp:334 bool IsRelativelyPrefixClosed(const Generator &rGenPlant, const Generator &rGenCand) Test for relative prefix-closedness. Definition: syn_functions.cpp:97 bool IsRelativelyOmegaClosed(const Generator &rGenPlant, const Generator &rGenCand) Test for relative closedness, omega languages. Definition: syn_functions.cpp:396 void SupRelativelyPrefixClosed(const Generator &rPlantGen, const Generator &rSpecGen, Generator &rResGen) Supremal Relatively Closed Sublanguage. Definition: syn_functions.cpp:240 void SupRelativelyPrefixClosedUnchecked(const Generator &rPlantGen, const Generator &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rCompositionMap, Generator &rResGen) Supremal Relatively Closed Sublanguage (internal function) Definition: syn_functions.cpp:292 bool IsRelativelyOmegaClosedUnchecked(const Generator &rGenPlant, const Generator &rGenCand) Test for relative closedness, omega languages. Definition: syn_functions.cpp:452 libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |