|
projection and subset construction
More...
Go to the source code of this file.
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Functions |
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.
|
void | faudes::ProjectNonDetScc (Generator &rGen, const EventSet &rProjectAlphabet) |
| Language projection.
|
void | faudes::Project (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| Deterministic projection.
|
void | faudes::aProjectNonDet (Generator &rGen, const EventSet &rProjectAlphabet) |
| Language projection.
|
void | faudes::aProject (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| Deterministic projection.
|
void | faudes::Project (const Generator &rGen, const EventSet &rProjectAlphabet, std::map< Idx, StateSet > &rEntryStatesMap, Generator &rResGen) |
| Deterministic projection.
|
void | faudes::InvProject (Generator &rGen, const EventSet &rProjectAlphabet) |
| Inverse projection.
|
void | faudes::aInvProject (Generator &rGen, const EventSet &rProjectAlphabet) |
| Inverse projection.
|
void | faudes::aInvProject (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| Inverse projection.
|
void | faudes::CreateEntryStatesMap (const std::map< StateSet, Idx > &rRevEntryStatesMap, std::map< Idx, StateSet > &rEntryStatesMap) |
Detailed Description
projection and subset construction
Definition in file cfl_project.cpp.
libFAUDES 2.28a
--- 2016.09.13
--- c++ api documentaion by doxygen
|