|
TuringSim
C++ framework to simulate abstract computing models
|
A class to run a simulate the execution of a non-deterministic Machine. More...
#include <runner/nonDeterministicMachineRunner.h>
A class to run a simulate the execution of a non-deterministic Machine.
| MachineType | the type of the simulated machine. Must be a subclass of TuringSim::Machine::Machine. |
| ListenerType | the type of the listener that follows the execution of the listener. |
| ListenerConstructorArgs | the parameters related to the listener. |
The Machine have to be deterministic.
Definition at line 371 of file nonDeterministicMachineRunner.h.