syn_wsupcon.h File Reference
Supremal controllable sublanguage for infinite time behaviours.
More...
#include "corefaudes.h"
#include <stack>
Go to the source code of this file.
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.
|
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).
|
Detailed Description
Supremal controllable sublanguage for infinite time behaviours.
Definition in file syn_wsupcon.h.