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 vGenerator &rPlantGen, const EventSet &rCAlph, const vGenerator &rSupCandGen) |
| Test omega controllability.
|
bool | faudes::IsOmegaControllable (const cGenerator &rPlantGen, const vGenerator &rSupCandGen) |
| Test omega-controllability.
|
void | faudes::SupConComplete (const vGenerator &rPlantGen, const EventSet &rCAlph, const vGenerator &rSpecGen, vGenerator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::SupConComplete (const cGenerator &rPlantGen, const vGenerator &rSpecGen, vGenerator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::SupConCompleteNB (const vGenerator &rPlantGen, const EventSet &rCAlph, const vGenerator &rSpecGen, vGenerator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::SupConCompleteNB (const cGenerator &rPlantGen, const vGenerator &rSpecGen, vGenerator &rResGen) |
| Supremal controllable and complete sublanguage.
|
void | faudes::OmegaSupConNB (const vGenerator &rPlantGen, const EventSet &rCAlph, const vGenerator &rSpecGen, vGenerator &rResGen) |
| Omega-synthesis (experimental).
|
void | faudes::OmegaSupConNB (const cGenerator &rPlantGen, const vGenerator &rSpecGen, vGenerator &rResGen) |
| Omega-synthesis (experimental).
|
Detailed Description
Supremal controllable sublanguage for infinite time behaviours.
Definition in file syn_wsupcon.h.