|
TuringSim
C++ framework to simulate abstract computing models
|
The class to represent a deterministic amnesic machine. More...
#include <machine/nonDeterministicSimpleAmnesicMachine.h>
The class to represent a deterministic amnesic machine.
| StateType | the type of states. |
| acceptingStyle | whether the machine is alternating, regularly accepting, or not. |
| AcceptingConstructorArgs | the tuple of parameters related to acceptance. |
These template parameters have the same usage as in Machine::AmnesicMachine.