|
|
||||||
|
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);
bool IsRelativelyMarked(const Generator &rGenPlant, const Generator &rGenCand) Definition: syn_functions.cpp:43 bool IsRelativelyOmegaMarked(const Generator &rGenPlant, const Generator &rGenCand) Definition: syn_functions.cpp:334 bool IsRelativelyPrefixClosed(const Generator &rGenPlant, const Generator &rGenCand) Definition: syn_functions.cpp:97 bool IsRelativelyOmegaClosed(const Generator &rGenPlant, const Generator &rGenCand) Definition: syn_functions.cpp:396 void SupRelativelyPrefixClosed(const Generator &rPlantGen, const Generator &rSpecGen, Generator &rResGen) Definition: syn_functions.cpp:240 Definition: cfl_agenerator.h:43 void SupRelativelyPrefixClosedUnchecked(const Generator &rPlantGen, const Generator &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rCompositionMap, Generator &rResGen) Definition: syn_functions.cpp:292 bool IsRelativelyOmegaClosedUnchecked(const Generator &rGenPlant, const Generator &rGenCand) Definition: syn_functions.cpp:452 libFAUDES 2.33a --- 2025.05.02 --- c++ api documentaion by doxygen |