Methods for computing the natural projection of multitasking generators.
More...
#include "mtc_project.h"
#include "cfl_localgen.h"
Go to the source code of this file.
Namespaces |
| namespace | faudes |
| | libFAUDES resides within the namespace faudes.
|
Functions |
| void | faudes::mtcUniqueInit (MtcSystem &rGen) |
| void | faudes::mtcDeterministic (const MtcSystem &rGen, MtcSystem &rResGen) |
| | Make generator deterministic.
|
| void | faudes::mtcDeterministic (const MtcSystem &rGen, std::map< Idx, StateSet > &rEntryStatesMap, MtcSystem &rResGen) |
| | Make generator deterministic.
|
| void | faudes::mtcDeterministic (const MtcSystem &rGen, std::vector< StateSet > &rPowerStates, std::vector< Idx > &rDetStates, MtcSystem &rResGen) |
| | Make generator deterministic.
|
| void | faudes::mtcProjectNonDet (MtcSystem &rGen, const EventSet &rProjectAlphabet) |
| | Project generator to alphabet rProjectAlphabet.
|
| void | faudes::mtcProjectNonDet (const MtcSystem &rGen, const EventSet &rProjectAlphabet, MtcSystem &rResGen) |
| | Project generator to alphabet rProjectAlphabet.
|
| void | faudes::mtcProject (const MtcSystem &rGen, const EventSet &rProjectAlphabet, MtcSystem &rResGen) |
| | Minimized Deterministic projection.
|
| void | faudes::mtcProject (const MtcSystem &rGen, const EventSet &rProjectAlphabet, std::map< Idx, StateSet > &rEntryStatesMap, MtcSystem &rResGen) |
| | Minimized Deterministic projection.
|
| void | faudes::mtcInvProject (MtcSystem &rGen, const EventSet &rProjectAlphabet) |
| | Inverse projection.
|
| void | faudes::mtcInvProject (const MtcSystem &rGen, const EventSet &rProjectAlphabet, MtcSystem &rResGen) |
| | RTI wrapper.
|
Detailed Description
Methods for computing the natural projection of multitasking generators.
Definition in file mtc_project.cpp.