| 
 | 
#include "corefaudes.h"
#include "mtc_generator.h"
#include "mtc_project.h"
#include "mtc_parallel.h"
#include <stack>
 
Go to the source code of this file. 
 |  
| void  | faudes::mtcSupCon (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, MtcSystem &rResGen) |  
|   |  
| void  | faudes::mtcSupCon (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rCompositionMap, MtcSystem &rResGen) |  
|   |  
| void  | faudes::mtcSupConClosed (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, MtcSystem &rResGen) |  
|   |  
| void  | faudes::mtcSupConClosed (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rCompositionMap, MtcSystem &rResGen) |  
|   |  
| void  | faudes::mtcSupConParallel (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, const EventSet &rUAlph, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, MtcSystem &rResGen) |  
|   |  
| void  | faudes::mtcSupConUnchecked (const MtcSystem &rPlantGen, const EventSet &rCAlph, MtcSystem &rSpecGen) |  
|   |  
 
Supremal controllable sublanguage and controllablity  
Definition in file mtc_supcon.h. 
 
 
 
libFAUDES 2.33l 
--- 2025.09.16  
--- c++ api documentaion by doxygen
 
 |