|
void | faudes::ProjectNonDet_opitz (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet_ref (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet_graph (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet_simple (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet_barthel (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet_fbr (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet_scc (Generator &rGen, const EventSet &rProjectAlphabet) |
|
void | faudes::ProjectNonDet (Generator &rGen, const EventSet &rProjectAlphabet) |
| Language projection. More...
|
|
void | faudes::ProjectNonDetScc (Generator &rGen, const EventSet &rProjectAlphabet) |
| Language projection. More...
|
|
void | faudes::Project (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| Deterministic projection. More...
|
|
void | faudes::aProjectNonDet (Generator &rGen, const EventSet &rProjectAlphabet) |
| Language projection. More...
|
|
void | faudes::aProject (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| Deterministic projection. More...
|
|
void | faudes::Project (const Generator &rGen, const EventSet &rProjectAlphabet, std::map< Idx, StateSet > &rEntryStatesMap, Generator &rResGen) |
| Deterministic projection. More...
|
|
void | faudes::InvProject (Generator &rGen, const EventSet &rProjectAlphabet) |
| Inverse projection. More...
|
|
void | faudes::aInvProject (Generator &rGen, const EventSet &rProjectAlphabet) |
| Inverse projection. More...
|
|
void | faudes::aInvProject (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| Inverse projection. More...
|
|
void | faudes::CreateEntryStatesMap (const std::map< StateSet, Idx > &rRevEntryStatesMap, std::map< Idx, StateSet > &rEntryStatesMap) |
|
projection and subset construction
Definition in file cfl_project.cpp.