| 
 | 
#include "cfl_agenerator.h"
#include <map>
#include <stack>
 
Go to the source code of this file. 
 |  
| StateSet  | faudes::LowExitStates (const Generator &rLowGen, const EventSet &rHighAlph, const std::map< Idx, StateSet > &rEntryStatesMap, const TransSetX2EvX1 &rLowRevTransRel, Idx highState) |  
|   |  
| void  | faudes::LowExitStates (const EventSet &rHighAlph, const std::map< Idx, StateSet > &rEntryStatesMap, const TransSetX2EvX1 &rLowRevTransRel, Idx highState, StateSet &rLowExitStates) |  
|   |  
| EventSet  | faudes::ReachableEvents (const Generator &rLowGen, const EventSet &rHighAlph, Idx lowState) |  
|   |  
| void  | faudes::ReachableEvents (const Generator &rLowGen, const EventSet &rHighAlph, Idx lowState, EventSet &rReachableEvents) |  
|   |  
| void  | faudes::LocalCoaccessibleReach (const TransSetX2EvX1 &rRevTransRel, const EventSet &rHighAlph, Idx lowState, StateSet &rCoaccessibleReach) |  
|   |  
| void  | faudes::LocalAccessibleReach (const Generator &rLowGen, const EventSet &rHighAlph, Idx lowState, StateSet &rAccessibleReach) |  
|   |  
 
Helper functions for projected generators  
Definition in file cfl_localgen.h. 
 
 
 
libFAUDES 2.33l 
--- 2025.09.16  
--- c++ api documentaion by doxygen
 
 |