Classes |
class | faudes::OPSState |
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Functions |
bool | faudes::IsOmegaControllable (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSupCandGen) |
| Test omega controllability.
|
bool | faudes::IsOmegaControllable (const System &rPlantGen, const Generator &rSupCandGen) |
| Test omega-controllability.
|
void | faudes::SupConComplete (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, Generator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::SupConComplete (const System &rPlantGen, const Generator &rSpecGen, Generator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::SupConCompleteNB (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, Generator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::SupConCompleteNB (const System &rPlantGen, const Generator &rSpecGen, Generator &rResGen) |
| Supremal controllable and complete sublanguage.
|
bool | faudes::OmegaControlledLiveness (Generator &rSupCandGen, const EventSet &rCAlph, StateSet &rMarkedPlantStates, StateSet &rMarkedSpecStates) |
void | faudes::OmegaSupconParallel (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, std::map< OPSState, Idx > &rReverseCompositionMap, StateSet &rMarkedPlantStates, StateSet &rMarkedSpecStates, Generator &rResGen) |
void | faudes::OmegaSupConNBUnchecked (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, std::map< OPSState, Idx > &rReverseCompositionMap, Generator &rResGen) |
void | faudes::OmegaSupConNB (const Generator &rPlantGen, const EventSet &rCAlph, const Generator &rSpecGen, Generator &rResGen) |
| Omega-synthesis (experimental).
|
void | faudes::OmegaSupConNB (const System &rPlantGen, const Generator &rSpecGen, Generator &rResGen) |
| Omega-synthesis (experimental).
|
Supremal controllable sublanguage for infinite time behaviours.