|
bool | faudes::IsControllable (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSupCandGen) |
| Test controllability. More...
|
|
bool | faudes::IsControllable (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSupCandGen, StateSet &rCriticalStates) |
| Test controllability. More...
|
|
bool | faudes::IsControllable (const System &rPlantGen, const Generator &rSupCandGen) |
| Test controllability. More...
|
|
void | faudes::SupConNB (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, Generator &rResGen) |
| Nonblocking Supremal Controllable Sublanguage. More...
|
|
void | faudes::SupConNB (const System &rPlantGen, const Generator &rSpecGen, Generator &rResGen) |
| Nonblocking Supremal Controllable Sublanguage. More...
|
|
void | faudes::SupConClosed (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, Generator &rResGen) |
| Supremal Controllable and Closed Sublanguage. More...
|
|
void | faudes::SupConClosed (const System &rPlantGen, const Generator &rSpecGen, Generator &rResGen) |
| Supremal Controllable and Closed Sublanguage. More...
|
|
void | faudes::SupConClosed (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, Generator &rResGen) |
| Supremal Controllable and Closed Sublanguage. More...
|
|
void | faudes::SupConNBUnchecked (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, Generator &rResGen) |
| Nonblocking Supremal Controllable Sublanguage (internal function) More...
|
|
void | faudes::SupConClosedUnchecked (const Generator &rPlantGen, const EventSet &rCAlph, Generator &rSupCandGen) |
| Supremal Controllable Sublangauge (internal function) More...
|
|
void | faudes::SupConProduct (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, std::map< std::pair< Idx, Idx >, Idx > &rReverseCompositionMap, Generator &rResGen) |
| Parallel composition optimized for the purpose of SupCon (internal function) More...
|
|
bool | faudes::IsControllableUnchecked (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, StateSet &rCriticalStates) |
| Controllability (internal function) More...
|
|
void | faudes::TraverseUncontrollableBackwards (const EventSet &rCAlph, TransSetX2EvX1 &rtransrel, StateSet &rCriticalStates, Idx current) |
| Helper function for IsControllable. More...
|
|
void | faudes::ControlProblemConsistencyCheck (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen) |
| Consistency check for controlproblem input data. More...
|
|
void | faudes::ControlProblemConsistencyCheck (const Generator &rPlantGen, const EventSet &rCAlph, const EventSet &rOAlph, const Generator &rSpecGen) |
| Consistency check for controlproblem input data. More...
|
|
Supremal controllable sublanguage.
Supremal tdes-controllable sublanguage.
Definition in file syn_supcon.h.