|
TuringSim
C++ framework to simulate abstract computing models
|
The base class of amnesic machine with simple state and explicit list of transitions. More...
#include <machine/amnesic/simpleAmnesicMachine.h>
The base class of amnesic machine with simple state and explicit list of transitions.
| StateType | the type of states. |
| deterministic | whether the machine is deterministic |
| acceptingStyle | whether the machine is alternating, accepting, or non-accepting. |
| 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. |
| AcceptingConstructorArgs | the tuple of constructor argument types related to acceptance. Must be left to the default value. |
Definition at line 46 of file simpleAmnesicMachine.h.