TuringSim
C++ framework to simulate abstract computing models
SimpleFiniteStateMachine_accept_impl Class Reference

Implementation of acceptation-related functions. More...

#include <machine/amnesic/simpleFiniteStateMachine.h>

Detailed Description

Implementation of acceptation-related functions.

Template Parameters
StateTypethe type of states.
deterministica boolean, whether the machine is expected to be deterministic.
acceptingStylewhether the machine is alternating, regularly accepting, or not.
TransitionContainerthe container used to return matching transitions. By default, it is std::vector.
InitialStateContainerthe container used to return initial states. By default, it is std::set.

The documentation for this class was generated from the following file: