mtc_supcon.cpp File Reference
Supremal controllable sublanguage and controllablity.
More...
#include "mtc_supcon.h"
#include "syn_include.h"
Go to the source code of this file.
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Functions |
void | faudes::mtcSupConNB (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, MtcSystem &rResGen) |
| Nonblocking Supremal Controllable Sublanguage (wrapper function).
|
void | faudes::mtcSupConNB (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, MtcSystem &rResGen) |
| Nonblocking Supremal Controllable Sublanguage.
|
void | faudes::mtcSupConClosed (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, MtcSystem &rResGen) |
| Supremal Controllable Sublanguage (wrapper function).
|
void | faudes::mtcSupConClosed (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, MtcSystem &rResGen) |
| Supremal Controllable Sublanguage.
|
void | faudes::mtcSupConParallel (const MtcSystem &rPlantGen, const MtcSystem &rSpecGen, const EventSet &rUAlph, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, MtcSystem &rResGen) |
| Fast parallel composition for computation for the mtcSupConNB.
|
void | faudes::mtcSupConUnchecked (const MtcSystem &rPlantGen, const EventSet &rCAlph, MtcSystem &rSupGen) |
| Supremal Controllable Sublangauge (Real SupCon function; unchecked).
|
Detailed Description
Supremal controllable sublanguage and controllablity.
Definition in file mtc_supcon.cpp.