|
TuringSim
C++ framework to simulate abstract computing models
|
Implementation of acceptation-related functions. More...
#include <machine/amnesic/simpleFiniteStateMachine.h>
Implementation of acceptation-related functions.
| StateType | the type of states. |
| deterministic | a boolean, whether the machine is expected to be deterministic. |
| acceptingStyle | whether the machine is alternating, regularly accepting, or not. |
| TransitionContainer | the container used to return matching transitions. By default, it is std::vector. |
| InitialStateContainer | the container used to return initial states. By default, it is std::set. |