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