mtc_project.h File Reference
Detailed Description
Methods for computing the natural projection of multitasking generators.
Definition in file mtc_project.h.
#include "corefaudes.h"
#include "mtc_generator.h"
#include "mtc_statemin.h"
#include <stack>
#include <list>
Go to the source code of this file.
|
Namespaces |
namespace | faudes |
Functions |
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.
|