libFAUDES
Sections
Index
|
mtc_project.cpp File Reference
Detailed Description
Methods for computing the natural projection of multitasking generators.
#include "mtc_project.h"
|
Namespaces |
namespace | faudes |
Functions |
void | faudes::UniqueInit (mtcGenerator &rGen) |
void | faudes::Deterministic (const mtcGenerator &rGen, mtcGenerator &rResGen) |
| Make generator deterministic.
|
void | faudes::Deterministic (const mtcGenerator &rGen, std::map< Idx, StateSet > &rEntryStatesMap, mtcGenerator &rResGen) |
| Make generator deterministic.
|
void | faudes::Deterministic (const mtcGenerator &rGen, std::vector< StateSet > &rPowerStates, std::vector< Idx > &rDetStates, mtcGenerator &rResGen) |
| Make generator deterministic.
|
void | faudes::ProjectNonDet (mtcGenerator &rGen, const EventSet &rProjectAlphabet) |
| Project generator to alphabet rProjectAlphabet.
|
void | faudes::Project (const mtcGenerator &rGen, const EventSet &rProjectAlphabet, mtcGenerator &rResGen) |
| Minimized Deterministic projection.
|
void | faudes::Project (const mtcGenerator &rGen, const EventSet &rProjectAlphabet, std::map< Idx, StateSet > &rEntryStatesMap, mtcGenerator &rResGen) |
| Minimized Deterministic projection.
|
void | faudes::InvProject (mtcGenerator &rGen, const EventSet &rProjectAlphabet) |
| Inverse projection.
|
|